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

Comparing Devel-FindRef/FindRef.pm (file contents):
Revision 1.7 by root, Mon Apr 30 21:08:14 2007 UTC vs.
Revision 1.8 by root, Wed Nov 28 12:20:33 2007 UTC

2 2
3use strict; 3use strict;
4 4
5use XSLoader; 5use XSLoader;
6 6
7
8BEGIN { 7BEGIN {
9 our $VERSION = '0.2'; 8 our $VERSION = '1.0';
10 XSLoader::load __PACKAGE__, $VERSION; 9 XSLoader::load __PACKAGE__, $VERSION;
11} 10}
12 11
13=head1 NAME 12=head1 NAME
14 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines