diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-21 17:04:21 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-21 17:04:21 +0000 |
commit | 8cd2b3b0459aa552389179eb3ecd4bc82ce1627b (patch) | |
tree | 3d48c6795ef07b85f90631b9eb95b04bbb0596b7 /lib/Text | |
parent | 5df59fb6a00631e53c12c105628822fb0f102119 (diff) | |
download | perl-8cd2b3b0459aa552389179eb3ecd4bc82ce1627b.tar.gz |
add $VERSION
p4raw-id: //depot/perl@4833
Diffstat (limited to 'lib/Text')
-rw-r--r-- | lib/Text/Soundex.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Text/Soundex.pm b/lib/Text/Soundex.pm index ddc758c94e..3079b90612 100644 --- a/lib/Text/Soundex.pm +++ b/lib/Text/Soundex.pm @@ -5,6 +5,8 @@ require Exporter; @ISA = qw(Exporter); @EXPORT = qw(&soundex $soundex_nocode); +$VERSION = '1.0'; + # $Id: soundex.pl,v 1.2 1994/03/24 00:30:27 mike Exp $ # # Implementation of soundex algorithm as described by Knuth in volume |