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

Comparing AnyEvent-MP/MP/Base.pm (file contents):
Revision 1.16 by root, Sat Aug 8 00:22:16 2009 UTC vs.
Revision 1.17 by root, Sun Aug 9 16:08:16 2009 UTC

29use AnyEvent::MP::Node; 29use AnyEvent::MP::Node;
30use AnyEvent::MP::Transport; 30use AnyEvent::MP::Transport;
31 31
32use base "Exporter"; 32use base "Exporter";
33 33
34our $VERSION = '0.01'; 34our $VERSION = '0.4';
35our @EXPORT = qw( 35our @EXPORT = qw(
36 %NODE %PORT %PORT_DATA %REG $UNIQ $RUNIQ $ID add_node load_func 36 %NODE %PORT %PORT_DATA %REG $UNIQ $RUNIQ $ID add_node load_func
37 37
38 NODE $NODE node_of snd kil _any_ 38 NODE $NODE node_of snd kil _any_
39 resolve_node initialise_node 39 resolve_node initialise_node

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines