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.90 by root, Sun Oct 4 13:07:56 2015 UTC vs.
Revision 1.91 by root, Sun Oct 4 13:10:22 2015 UTC

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