diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 03:38:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 03:38:56 +0000 |
commit | d6a466d771dbdc293e3f83b595b03cf44617cabb (patch) | |
tree | 070a190c3592fb1ef216b61ebf315f0d819b5951 /lib/Text | |
parent | 199566928fd3000f78b2b73ac518cc24c1c23c98 (diff) | |
download | perl-d6a466d771dbdc293e3f83b595b03cf44617cabb.tar.gz |
Bump up the VERSIONs of modules that have changed since 5.6.0,
the modules found using a script written by Larry Schatzer Jr.
p4raw-id: //depot/perl@11016
Diffstat (limited to 'lib/Text')
-rw-r--r-- | lib/Text/ParseWords.pm | 2 | ||||
-rw-r--r-- | lib/Text/Soundex.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Text/ParseWords.pm b/lib/Text/ParseWords.pm index 23eace9782..e370f6f45d 100644 --- a/lib/Text/ParseWords.pm +++ b/lib/Text/ParseWords.pm @@ -1,7 +1,7 @@ package Text::ParseWords; use vars qw($VERSION @ISA @EXPORT $PERL_SINGLE_QUOTE); -$VERSION = "3.2"; +$VERSION = "3.21"; require 5.000; 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 $ # |