projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0bb5f06
)
There was no need to bump $Text::ParseWords::VERSION to 3.24
Nicholas Clark [Mon, 5 Jul 2004 17:26:09 +0000 (17:26 +0000)]
p4raw-id: //depot/perl@23048
lib/Text/ParseWords.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Text/ParseWords.pm
b/lib/Text/ParseWords.pm
index
bb1e7be
..
cca28bf
100644
(file)
--- 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;