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.47 by root, Sat Aug 22 22:36:23 2009 UTC vs.
Revision 1.48 by root, Thu Oct 1 23:16:27 2009 UTC

44 44
45=cut 45=cut
46 46
47package Coro::EV; 47package Coro::EV;
48 48
49no warnings; 49use common::sense;
50use strict;
51 50
52use Carp; 51use Carp;
53no warnings;
54 52
55use Coro; 53use Coro;
56 54
57use EV (); 55use EV ();
58use XSLoader; 56use XSLoader;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines