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.8 by root, Sun Aug 2 14:44:37 2009 UTC vs.
Revision 1.9 by root, Sun Aug 2 15:47:04 2009 UTC

82 82
83use AE (); 83use AE ();
84 84
85use base "Exporter"; 85use base "Exporter";
86 86
87our $VERSION = '0.01'; 87our $VERSION = '0.02';
88our @EXPORT = qw( 88our @EXPORT = qw(
89 NODE $NODE $PORT snd rcv _any_ 89 NODE $NODE $PORT snd rcv _any_
90 create_port create_port_on 90 create_port create_port_on
91 become_slave become_public 91 become_slave become_public
92); 92);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines