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.8 by root, Mon Dec 3 00:41:45 2007 UTC vs.
Revision 1.9 by root, Mon Dec 3 00:42:09 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines