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

Comparing EV/EV.pm (file contents):
Revision 1.133 by root, Tue Jan 11 02:31:24 2011 UTC vs.
Revision 1.134 by root, Tue Jan 11 13:45:28 2011 UTC

119package EV; 119package EV;
120 120
121use common::sense; 121use common::sense;
122 122
123BEGIN { 123BEGIN {
124 our $VERSION = '4.02'; 124 our $VERSION = '4.03';
125 use XSLoader; 125 use XSLoader;
126 XSLoader::load "EV", $VERSION; 126 XSLoader::load "EV", $VERSION;
127} 127}
128 128
129@EV::IO::ISA = 129@EV::IO::ISA =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines