diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-28 19:23:47 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-28 19:23:47 +0000 |
commit | 28e1f846b855b70837afc0a54acecb5b653e99fc (patch) | |
tree | b45e8448a863a057e3db2c1cdfd99a2753ae4b62 /lib/Text | |
parent | a10cf6910cf1e58dc0f3780fcd9785ee05ecadff (diff) | |
download | perl-28e1f846b855b70837afc0a54acecb5b653e99fc.tar.gz |
inc version (for CPAN.pm sanity)
p4raw-id: //depot/perl@3563
Diffstat (limited to 'lib/Text')
-rw-r--r-- | lib/Text/ParseWords.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Text/ParseWords.pm b/lib/Text/ParseWords.pm index 065c2f7255..ada9d70d74 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.1"; +$VERSION = "3.2"; require 5.000; |