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.18 by root, Tue Sep 23 00:02:20 2008 UTC vs.
Revision 1.19 by root, Wed Sep 24 07:30:12 2008 UTC

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