ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.pm
(Generate patch)

Comparing EV/EV.pm (file contents):
Revision 1.117 by root, Tue Jul 14 00:09:59 2009 UTC vs.
Revision 1.118 by root, Tue Jul 14 20:31:21 2009 UTC

79package EV; 79package EV;
80 80
81use common::sense; 81use common::sense;
82 82
83BEGIN { 83BEGIN {
84 our $VERSION = '3.6'; 84 our $VERSION = '3.7';
85 use XSLoader; 85 use XSLoader;
86 XSLoader::load "EV", $VERSION; 86 XSLoader::load "EV", $VERSION;
87} 87}
88 88
89@EV::IO::ISA = 89@EV::IO::ISA =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines