From: Nicholas Clark Date: Mon, 5 Jul 2004 17:26:09 +0000 (+0000) Subject: There was no need to bump $Text::ParseWords::VERSION to 3.24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a8bf0cad84ba0e8477c2b4b1b02a57dbd376a155;p=p5sagit%2Fp5-mst-13.2.git There was no need to bump $Text::ParseWords::VERSION to 3.24 p4raw-id: //depot/perl@23048 --- diff --git a/lib/Text/ParseWords.pm b/lib/Text/ParseWords.pm index bb1e7be..cca28bf 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.24"; +$VERSION = "3.23"; require 5.000;