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

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.401 by root, Thu Apr 5 04:12:21 2012 UTC vs.
Revision 1.405 by root, Tue Aug 14 02:28:22 2012 UTC

1234 1234
1235BEGIN { AnyEvent::common_sense } 1235BEGIN { AnyEvent::common_sense }
1236 1236
1237use Carp (); 1237use Carp ();
1238 1238
1239our $VERSION = '6.14'; 1239our $VERSION = '7.02';
1240our $MODEL; 1240our $MODEL;
1241our @ISA; 1241our @ISA;
1242our @REGISTRY; 1242our @REGISTRY;
1243our $VERBOSE; 1243our $VERBOSE;
1244our %PROTOCOL; # (ipv4|ipv6) => (1|2), higher numbers are preferred 1244our %PROTOCOL; # (ipv4|ipv6) => (1|2), higher numbers are preferred
3026 3026
3027 3027
3028=head1 AUTHOR 3028=head1 AUTHOR
3029 3029
3030 Marc Lehmann <schmorp@schmorp.de> 3030 Marc Lehmann <schmorp@schmorp.de>
3031 http://software.schmorp.de/pkg/AnyEvent.html 3031 http://anyevent.schmorp.de
3032 3032
3033=cut 3033=cut
3034 3034
30351 30351
3036 3036

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines