Sigh - really bump Text::Wrap version number this time.
authorDave Mitchell <davem@fdisolutions.com>
Thu, 21 Apr 2005 21:30:11 +0000 (21:30 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Thu, 21 Apr 2005 21:30:11 +0000 (21:30 +0000)
p4raw-id: //depot/perl@24275

lib/Text/Wrap.pm

index c53eec7..602cdab 100644 (file)
@@ -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);