There was no need to bump $Text::ParseWords::VERSION to 3.24
authorNicholas Clark <nick@ccl4.org>
Mon, 5 Jul 2004 17:26:09 +0000 (17:26 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 5 Jul 2004 17:26:09 +0000 (17:26 +0000)
p4raw-id: //depot/perl@23048

lib/Text/ParseWords.pm

index bb1e7be..cca28bf 100644 (file)
@@ -1,7 +1,7 @@
 package Text::ParseWords;
 
 use vars qw($VERSION @ISA @EXPORT $PERL_SINGLE_QUOTE);
-$VERSION = "3.24";
+$VERSION = "3.23";
 
 require 5.000;