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.78 by root, Tue Mar 4 06:13:25 2014 UTC vs.
Revision 1.79 by root, Tue Mar 4 12:32:03 2014 UTC

58 58
59use EV (); 59use EV ();
60use XSLoader; 60use XSLoader;
61 61
62BEGIN { 62BEGIN {
63 our $VERSION = 6.36; 63 our $VERSION = 6.37;
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