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.12 by root, Fri May 9 22:04:37 2008 UTC vs.
Revision 1.13 by root, Fri May 30 21:41:34 2008 UTC

50 50
51use EV (); 51use EV ();
52use XSLoader; 52use XSLoader;
53 53
54BEGIN { 54BEGIN {
55 our $VERSION = '2.2'; 55 our $VERSION = 4.741;
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