summaryrefslogtreecommitdiff
path: root/lib/Text/Soundex.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Text/Soundex.pm')
-rw-r--r--lib/Text/Soundex.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Text/Soundex.pm b/lib/Text/Soundex.pm
index d5887640b8..842e0cc1d6 100644
--- a/lib/Text/Soundex.pm
+++ b/lib/Text/Soundex.pm
@@ -5,7 +5,7 @@ require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(&soundex $soundex_nocode);
-$VERSION = '1.0';
+$VERSION = '1.01';
# $Id: soundex.pl,v 1.2 1994/03/24 00:30:27 mike Exp $
#