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.296 by root, Tue Nov 17 01:19:49 2009 UTC vs.
Revision 1.297 by root, Thu Nov 19 01:55:57 2009 UTC

1123 1123
1124BEGIN { AnyEvent::common_sense } 1124BEGIN { AnyEvent::common_sense }
1125 1125
1126use Carp (); 1126use Carp ();
1127 1127
1128our $VERSION = '5.202'; 1128our $VERSION = '5.21';
1129our $MODEL; 1129our $MODEL;
1130 1130
1131our $AUTOLOAD; 1131our $AUTOLOAD;
1132our @ISA; 1132our @ISA;
1133 1133
1134our @REGISTRY; 1134our @REGISTRY;
1135
1136our $WIN32;
1137 1135
1138our $VERBOSE; 1136our $VERBOSE;
1139 1137
1140BEGIN { 1138BEGIN {
1141 eval "sub WIN32(){ " . (($^O =~ /mswin32/i)*1) ." }"; 1139 eval "sub WIN32(){ " . (($^O =~ /mswin32/i)*1) ." }";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines