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.46 by root, Thu Aug 13 02:54:32 2009 UTC vs.
Revision 1.47 by root, Sat Aug 22 22:36:23 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines