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

Comparing EV/EV.pm (file contents):
Revision 1.8 by root, Sat Oct 27 19:11:27 2007 UTC vs.
Revision 1.9 by root, Sun Oct 28 06:40:46 2007 UTC

55package EV; 55package EV;
56 56
57use strict; 57use strict;
58 58
59BEGIN { 59BEGIN {
60 our $VERSION = '0.01'; 60 our $VERSION = '0.02';
61 use XSLoader; 61 use XSLoader;
62 XSLoader::load "EV", $VERSION; 62 XSLoader::load "EV", $VERSION;
63} 63}
64 64
65=head1 BASIC INTERFACE 65=head1 BASIC INTERFACE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines