ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP/Kernel.pm
(Generate patch)

Comparing AnyEvent-MP/MP/Kernel.pm (file contents):
Revision 1.27 by root, Fri Aug 28 23:06:33 2009 UTC vs.
Revision 1.28 by root, Sat Aug 29 16:48:18 2009 UTC

33use AnyEvent::MP::Node; 33use AnyEvent::MP::Node;
34use AnyEvent::MP::Transport; 34use AnyEvent::MP::Transport;
35 35
36use base "Exporter"; 36use base "Exporter";
37 37
38our $VERSION = '0.8'; 38our $VERSION = '0.9';
39our @EXPORT = qw( 39our @EXPORT = qw(
40 %NODE %PORT %PORT_DATA $UNIQ $RUNIQ $ID 40 %NODE %PORT %PORT_DATA $UNIQ $RUNIQ $ID
41 add_node load_func snd_to_func snd_on eval_on 41 add_node load_func snd_to_func snd_on eval_on
42 42
43 NODE $NODE node_of snd kil 43 NODE $NODE node_of snd kil

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines