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

Comparing EV/EV.pm (file contents):
Revision 1.124 by root, Tue Dec 1 13:56:33 2009 UTC vs.
Revision 1.125 by root, Thu Dec 31 06:59:47 2009 UTC

79package EV; 79package EV;
80 80
81use common::sense; 81use common::sense;
82 82
83BEGIN { 83BEGIN {
84 our $VERSION = '3.8'; 84 our $VERSION = '3.9';
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