summaryrefslogtreecommitdiff
path: root/lib/CPANPLUS.pm
diff options
context:
space:
mode:
authorJos I. Boumans <kane@dwim.org>2007-07-07 13:39:12 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-07 09:44:34 +0000
commit502c7995877be9ece842894d300fc2022467f1df (patch)
treecd9930db7cb290bc6ed74ee366aa0ad8156bcf2e /lib/CPANPLUS.pm
parent9970c600d87568f49903536df93fe39ad6143671 (diff)
downloadperl-502c7995877be9ece842894d300fc2022467f1df.tar.gz
Update CPANPLUS to 0.81_01
From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <87949855-9BDE-4823-9C28-BD639844CA41@dwim.org> p4raw-id: //depot/perl@31558
Diffstat (limited to 'lib/CPANPLUS.pm')
-rw-r--r--lib/CPANPLUS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CPANPLUS.pm b/lib/CPANPLUS.pm
index 585d05107a..c9ef109f17 100644
--- a/lib/CPANPLUS.pm
+++ b/lib/CPANPLUS.pm
@@ -13,7 +13,7 @@ BEGIN {
use vars qw( @EXPORT @ISA $VERSION );
@EXPORT = qw( shell fetch get install );
@ISA = qw( Exporter );
- $VERSION = "0.80"; #have to hardcode or cpan.org gets unhappy
+ $VERSION = "0.81_01"; #have to hardcode or cpan.org gets unhappy
}
### purely for backward compatibility, so we can call it from the commandline: