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

Comparing EV/EV.pm (file contents):
Revision 1.94 by root, Tue May 20 23:54:05 2008 UTC vs.
Revision 1.95 by root, Wed May 21 23:35:00 2008 UTC

74package EV; 74package EV;
75 75
76use strict; 76use strict;
77 77
78BEGIN { 78BEGIN {
79 our $VERSION = '3.4'; 79 our $VERSION = '3.41';
80 use XSLoader; 80 use XSLoader;
81 XSLoader::load "EV", $VERSION; 81 XSLoader::load "EV", $VERSION;
82} 82}
83 83
84@EV::IO::ISA = 84@EV::IO::ISA =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines