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.52 by root, Wed Apr 14 01:56:03 2010 UTC vs.
Revision 1.53 by root, Mon May 17 16:51:44 2010 UTC

54 54
55use EV (); 55use EV ();
56use XSLoader; 56use XSLoader;
57 57
58BEGIN { 58BEGIN {
59 our $VERSION = 5.22; 59 our $VERSION = 5.23;
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