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

Comparing AnyEvent-MP/MP.pm (file contents):
Revision 1.60 by root, Mon Aug 24 08:04:52 2009 UTC vs.
Revision 1.61 by root, Mon Aug 24 08:06:49 2009 UTC

128our $VERSION = $AnyEvent::MP::Kernel::VERSION; 128our $VERSION = $AnyEvent::MP::Kernel::VERSION;
129 129
130our @EXPORT = qw( 130our @EXPORT = qw(
131 NODE $NODE *SELF node_of after 131 NODE $NODE *SELF node_of after
132 resolve_node initialise_node 132 resolve_node initialise_node
133 snd rcv mon mob_guard kil reg psub spawn 133 snd rcv mon mon_guard kil reg psub spawn
134 port 134 port
135); 135);
136 136
137our $SELF; 137our $SELF;
138 138

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines