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 | b00db973428f78131b243fd31cb413a850acf3e7 (patch) | |
tree | 07363677bb8d041aaece0c4210687c51caef5730 /lib/Text/Wrap.pm | |
parent | 40ed05341a386c33be5e6bbf2d5adb3021eb4fd6 (diff) | |
download | perl-b00db973428f78131b243fd31cb413a850acf3e7.tar.gz |
sync Text::Wrap version number
p4raw-id: //depot/perl@2402
Diffstat (limited to 'lib/Text/Wrap.pm')
-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; |