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.14 by root, Mon Oct 30 20:52:24 2006 UTC vs.
Revision 1.15 by root, Mon Oct 30 20:55:05 2006 UTC

195 195
196no warnings; 196no warnings;
197use strict 'vars'; 197use strict 'vars';
198use Carp; 198use Carp;
199 199
200our $VERSION = '1.02'; 200our $VERSION = '2.0';
201our $MODEL; 201our $MODEL;
202 202
203our $AUTOLOAD; 203our $AUTOLOAD;
204our @ISA; 204our @ISA;
205 205

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines