summaryrefslogtreecommitdiff
path: root/lib/Text
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-14 13:16:27 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-14 13:16:27 +0000
commitf93bb41e64f81800210e18ffedb5ed633e362495 (patch)
tree4236af6cfc4216603441e0d2790af66691db31bc /lib/Text
parent3353beaa3f95112e24afd5155933d13cf27ab516 (diff)
downloadperl-f93bb41e64f81800210e18ffedb5ed633e362495.tar.gz
All the authors of these modules have now been contacted;
but assuming no CPAN updates are upcoming, here are 'fake' version updates to make us different from 5.8.0. (List::Util+Scalar::Util will soon be updated; File::Spec CPAN release will be made based on 5.8.1.) p4raw-id: //depot/perl@20699
Diffstat (limited to 'lib/Text')
-rw-r--r--lib/Text/Wrap.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Text/Wrap.pm b/lib/Text/Wrap.pm
index 2327666038..c2c32257d6 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.0929;
+$VERSION = 2001.09291;
use vars qw($VERSION $columns $debug $break $huge $unexpand $tabstop
$separator);