diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2005-04-21 21:30:11 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2005-04-21 21:30:11 +0000 |
commit | 32b07b1dcddfe0b551377bf4b236cbb2ae0e6f4a (patch) | |
tree | 245285b0d4871e99af4857397a093961f56b68d4 /lib/Text | |
parent | 11be98fd71199b4394e4135d18be959e8f393d2f (diff) | |
download | perl-32b07b1dcddfe0b551377bf4b236cbb2ae0e6f4a.tar.gz |
Sigh - really bump Text::Wrap version number this time.
p4raw-id: //depot/perl@24275
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 c53eec7d1e..602cdab48f 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 = 2001.09292; +$VERSION = 2001.09293; use vars qw($VERSION $columns $debug $break $huge $unexpand $tabstop $separator); |