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

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