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

Comparing EV/EV.pm (file contents):
Revision 1.116 by root, Sat Jun 13 15:11:54 2009 UTC vs.
Revision 1.117 by root, Tue Jul 14 00:09:59 2009 UTC

76 76
77=cut 77=cut
78 78
79package EV; 79package EV;
80 80
81no warnings; 81use common::sense;
82use strict;
83 82
84BEGIN { 83BEGIN {
85 our $VERSION = '3.6'; 84 our $VERSION = '3.6';
86 use XSLoader; 85 use XSLoader;
87 XSLoader::load "EV", $VERSION; 86 XSLoader::load "EV", $VERSION;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines