diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-29 23:08:42 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-29 23:08:42 +0000 |
commit | ce2ea7c0d40d68e601b09fe811be9f3a503c6d8f (patch) | |
tree | 07363677bb8d041aaece0c4210687c51caef5730 /lib/Text | |
parent | 67137b9cb49152bf1cb5f91faceac1f2cc7bd746 (diff) | |
download | perl-ce2ea7c0d40d68e601b09fe811be9f3a503c6d8f.tar.gz |
sync Text::Wrap version number
p4raw-id: //depot/perl@2402
Diffstat (limited to 'lib/Text')
-rw-r--r-- | lib/Text/Wrap.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Text/Wrap.pm b/lib/Text/Wrap.pm index a5b16e2693..046dfaee33 100644 --- 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; |