projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
11be98f
)
Sigh - really bump Text::Wrap version number this time.
Dave Mitchell [Thu, 21 Apr 2005 21:30:11 +0000 (21:30 +0000)]
p4raw-id: //depot/perl@24275
lib/Text/Wrap.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Text/Wrap.pm
b/lib/Text/Wrap.pm
index
c53eec7
..
602cdab
100644
(file)
--- a/
lib/Text/Wrap.pm
+++ b/
lib/Text/Wrap.pm
@@
-6,7
+6,7
@@
require Exporter;
@EXPORT = qw(wrap fill);
@EXPORT_OK = qw($columns $break $huge);
-$VERSION = 2001.09292;
+$VERSION = 2001.09293;
use vars qw($VERSION $columns $debug $break $huge $unexpand $tabstop
$separator);