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

Comparing EV/EV.pm (file contents):
Revision 1.91 by root, Tue May 6 12:43:58 2008 UTC vs.
Revision 1.92 by root, Sun May 18 10:45:36 2008 UTC

74package EV; 74package EV;
75 75
76use strict; 76use strict;
77 77
78BEGIN { 78BEGIN {
79 our $VERSION = '3.31'; 79 our $VERSION = '3.33';
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