pdcawley / perl-announcements

A Perl port of Vassili Bykov's announcement framework

perl-announcements / TODO
100644 11 lines (6 sloc) 0.337 kb
1
2
3
4
5
6
7
8
9
10
11
* Think about making when_send the private interface and doing:
 
    $announcer->when(AnnouncementClass)->send(method => $target);
  
  or possibly
 
    $announcer->when(AnnouncementClass)->send('method')->to($target);
 
  leaning towards the former, as, if nothing else, it's shorter and doesn't require
  the method name to be quoted.