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.71 by root, Sat Oct 6 21:25:25 2012 UTC vs.
Revision 1.72 by root, Mon Oct 8 23:16:15 2012 UTC

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