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

Comparing String-Similarity/Similarity.pm (file contents):
Revision 1.1 by root, Sat Jun 25 09:55:53 2005 UTC vs.
Revision 1.2 by root, Tue Nov 4 15:31:38 2008 UTC

15 15
16=cut 16=cut
17 17
18package String::Similarity; 18package String::Similarity;
19 19
20use Exporter;
20require DynaLoader; 21use DynaLoader;
21 22
22$VERSION = '1.02'; 23$VERSION = '1.04';
23@ISA = qw/Exporter DynaLoader/; 24@ISA = qw/Exporter DynaLoader/;
24@EXPORT = qw(similarity); 25@EXPORT = qw(similarity);
25@EXPORT_OK = qw(fstrcmp); 26@EXPORT_OK = qw(fstrcmp);
26 27
27bootstrap String::Similarity $VERSION; 28bootstrap String::Similarity $VERSION;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines