summaryrefslogtreecommitdiff
path: root/lib/CPANPLUS.pm
diff options
context:
space:
mode:
authorJos I. Boumans <kane@dwim.org>2007-12-14 14:45:59 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-12-16 14:58:20 +0000
commit8d5f6fc7a37e9f9386ec9c97cc0b1609d9c13e71 (patch)
tree516aa002eeba213d6084de2170ae0357d625b1f6 /lib/CPANPLUS.pm
parentc19ccd8cd84fc5170f8a08f720235beb89874264 (diff)
downloadperl-8d5f6fc7a37e9f9386ec9c97cc0b1609d9c13e71.tar.gz
Version bumps
From: "Jos I. Boumans" <jos@dwim.org> Message-Id: <EB375544-2A23-4058-A227-90F5C99E8715@dwim.org> p4raw-id: //depot/perl@32619
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 5722305f20..0f106e5767 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.83_09"; #have to hardcode or cpan.org gets unhappy
+ $VERSION = "0.84"; #have to hardcode or cpan.org gets unhappy
}
### purely for backward compatibility, so we can call it from the commandline: