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.43 by root, Mon Jul 20 23:46:28 2009 UTC vs.
Revision 1.44 by root, Wed Jul 22 03:02:07 2009 UTC

56 56
57use EV (); 57use EV ();
58use XSLoader; 58use XSLoader;
59 59
60BEGIN { 60BEGIN {
61 our $VERSION = 5.16; 61 our $VERSION = 5.161;
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