From: Rafael Garcia-Suarez Date: Thu, 20 Jan 2005 18:33:00 +0000 (+0000) Subject: VERSION++ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=975e5341a976c641823830ca6420429bc44f629a;p=p5sagit%2Fp5-mst-13.2.git VERSION++ p4raw-id: //depot/perl@23839 --- diff --git a/lib/Text/ParseWords.pm b/lib/Text/ParseWords.pm index c260ad5..2f6812a 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.23"; +$VERSION = "3.24"; require 5.000;