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.55 by root, Sat Oct 23 09:28:50 2010 UTC vs.
Revision 1.56 by root, Thu Nov 11 00:09:10 2010 UTC

54 54
55use EV (); 55use EV ();
56use XSLoader; 56use XSLoader;
57 57
58BEGIN { 58BEGIN {
59 our $VERSION = 5.24; 59 our $VERSION = 5.25;
60 60
61 local $^W = 0; # avoid redefine warning for Coro::ready; 61 local $^W = 0; # avoid redefine warning for Coro::ready;
62 XSLoader::load __PACKAGE__, $VERSION; 62 XSLoader::load __PACKAGE__, $VERSION;
63} 63}
64 64

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines