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.26 by root, Mon Nov 10 04:37:24 2008 UTC vs.
Revision 1.27 by root, Thu Nov 13 17:32:01 2008 UTC

50 50
51use EV (); 51use EV ();
52use XSLoader; 52use XSLoader;
53 53
54BEGIN { 54BEGIN {
55 our $VERSION = 4.91; 55 our $VERSION = 4.912;
56 56
57 local $^W = 0; # avoid redefine warning for Coro::ready; 57 local $^W = 0; # avoid redefine warning for Coro::ready;
58 XSLoader::load __PACKAGE__, $VERSION; 58 XSLoader::load __PACKAGE__, $VERSION;
59} 59}
60 60

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines