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

Comparing Coro/EV/EV.pm (file contents):
Revision 1.49 by root, Fri Oct 2 19:55:59 2009 UTC vs.
Revision 1.50 by root, Fri Dec 11 18:32:23 2009 UTC

54 54
55use EV (); 55use EV ();
56use XSLoader; 56use XSLoader;
57 57
58BEGIN { 58BEGIN {
59 our $VERSION = 5.2; 59 our $VERSION = 5.21;
60 60
61 local $^W = 0; # avoid redefine warning for Coro::ready; 61 local $^W = 0; # avoid redefine warning for Coro::ready;
62 XSLoader::load __PACKAGE__, $VERSION; 62 XSLoader::load __PACKAGE__, $VERSION;
63} 63}
64 64

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines