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

Comparing AnyEvent-MP/MP/Global.pm (file contents):
Revision 1.31 by root, Sat Sep 12 04:46:21 2009 UTC vs.
Revision 1.32 by root, Fri Oct 2 13:29:49 2009 UTC

41our @EXPORT = qw( 41our @EXPORT = qw(
42 grp_reg 42 grp_reg
43 grp_get 43 grp_get
44 grp_mon 44 grp_mon
45); 45);
46
47our $VERSION = $AnyEvent::MP::VERSION;
48 46
49our $GLOBAL_VERSION = 0; 47our $GLOBAL_VERSION = 0;
50 48
51our %addr; # port ID => [address...] mapping 49our %addr; # port ID => [address...] mapping
52 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines