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.33 by root, Fri Nov 9 19:34:32 2007 UTC vs.
Revision 1.35 by root, Wed Nov 14 23:24:16 2007 UTC

252no warnings; 252no warnings;
253use strict; 253use strict;
254 254
255use Carp; 255use Carp;
256 256
257our $VERSION = '2.55'; 257our $VERSION = '2.6';
258our $MODEL; 258our $MODEL;
259 259
260our $AUTOLOAD; 260our $AUTOLOAD;
261our @ISA; 261our @ISA;
262 262
305 last; 305 last;
306 } 306 }
307 } 307 }
308 308
309 $MODEL 309 $MODEL
310 or die "No event module selected for AnyEvent and autodetect failed. Install any one of these modules: Event (or Coro+Event), Glib or Tk."; 310 or die "No event module selected for AnyEvent and autodetect failed. Install any one of these modules: EV (or Coro+EV), Event (or Coro+Event), Glib or Tk.";
311 } 311 }
312 312
313 unshift @ISA, $MODEL; 313 unshift @ISA, $MODEL;
314 push @{"$MODEL\::ISA"}, "AnyEvent::Base"; 314 push @{"$MODEL\::ISA"}, "AnyEvent::Base";
315 } 315 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines