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.60 by root, Mon Feb 21 13:38:04 2011 UTC vs.
Revision 1.61 by root, Wed Feb 23 07:14:22 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines