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.41 by root, Tue Jun 30 08:28:55 2009 UTC vs.
Revision 1.42 by root, Mon Jul 6 03:42:29 2009 UTC

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