diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-07-01 10:14:03 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-07-01 10:14:03 +0000 |
commit | 9bf91132e9569ed59f68082e6b190835ce946739 (patch) | |
tree | dca7af74cdc7301f3c3c6548c09016b9d24115d0 /lib/Text/Wrap.pm | |
parent | dd0561780888d9ab8c1af1c31e33f4b5af799a19 (diff) | |
download | perl-9bf91132e9569ed59f68082e6b190835ce946739.tar.gz |
Bump version numbers
p4raw-id: //depot/perl@23019
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 ec5e166d28..00677f900b 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.09291; +$VERSION = 2001.09292; use vars qw($VERSION $columns $debug $break $huge $unexpand $tabstop $separator); |