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.63 by root, Sun Jul 3 10:51:42 2011 UTC vs.
Revision 1.64 by root, Wed Jul 13 02:36:03 2011 UTC

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