summaryrefslogtreecommitdiff
path: root/lib/CPANPLUS.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-10 15:36:53 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-10 15:36:53 +0000
commit5bc5f6dcbaef1be54e82568ecec8132658cc613e (patch)
tree8794fd2fd18be62a07b01dec3d55a06fd894cf7b /lib/CPANPLUS.pm
parent401667e9af6ec282136e4e49614eb18614c5654b (diff)
downloadperl-5bc5f6dcbaef1be54e82568ecec8132658cc613e.tar.gz
Update CPANPLUS to 0.83_02
p4raw-id: //depot/perl@32092
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 52595d23a9..22cd8d0f9f 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.82"; #have to hardcode or cpan.org gets unhappy
+ $VERSION = "0.83_02"; #have to hardcode or cpan.org gets unhappy
}
### purely for backward compatibility, so we can call it from the commandline: