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

Comparing EV/EV.pm (file contents):
Revision 1.11 by root, Mon Oct 29 07:56:03 2007 UTC vs.
Revision 1.12 by root, Mon Oct 29 08:52:28 2007 UTC

76package EV; 76package EV;
77 77
78use strict; 78use strict;
79 79
80BEGIN { 80BEGIN {
81 our $VERSION = '0.02'; 81 our $VERSION = '0.03';
82 use XSLoader; 82 use XSLoader;
83 XSLoader::load "EV", $VERSION; 83 XSLoader::load "EV", $VERSION;
84} 84}
85 85
86=head1 BASIC INTERFACE 86=head1 BASIC INTERFACE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines