projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
67137b9
)
sync Text::Wrap version number
Gurusamy Sarathy [Sun, 29 Nov 1998 23:08:42 +0000 (23:08 +0000)]
p4raw-id: //depot/perl@2402
lib/Text/Wrap.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Text/Wrap.pm
b/lib/Text/Wrap.pm
index
a5b16e2
..
046dfae
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 = 98.112901;
+$VERSION = 98.112902;
use vars qw($VERSION $columns $debug $break $huge);
use strict;