summaryrefslogtreecommitdiff
path: root/lib/blib.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-16 20:36:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-16 20:36:58 +0000
commit88d01e8dd0be693cf54a3bafc9974fa70eda2ddd (patch)
tree62c32f86dd63b06cd9d32a9201e6c9a8c5526c3e /lib/blib.pm
parenta8e8ab15da1db8d0342b4425b514ee293f371382 (diff)
downloadperl-88d01e8dd0be693cf54a3bafc9974fa70eda2ddd.tar.gz
Bump up version numbers.
TODO 1: double check that pre-5.6.1 CPAN.pm:s don't try to download 5.8.0 because of the version numbers. Mainly this means using _00 in the core version numbers. TODO 2: the "use 5.005_64" in many modules needs to be changed to, say, "use 5.6.1". p4raw-id: //depot/perl@12040
Diffstat (limited to 'lib/blib.pm')
-rw-r--r--lib/blib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/blib.pm b/lib/blib.pm
index aaecd4569b..9797f2f229 100644
--- a/lib/blib.pm
+++ b/lib/blib.pm
@@ -39,7 +39,7 @@ Nick Ing-Simmons nik@tiuk.ti.com
use Cwd;
use vars qw($VERSION $Verbose);
-$VERSION = '1.00';
+$VERSION = '1.01';
$Verbose = 0;
sub import