X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCPANPLUS.pm;h=0f106e5767058ee6d431b96cd0c9237c2d07a314;hb=af20bb8057137141992add1089555f24d545d8bb;hp=5722305f20e3041594f79407e06c173d69ba567b;hpb=768b421c7d2a7cabf713f8a2ac8b4549037b1251;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/CPANPLUS.pm b/lib/CPANPLUS.pm index 5722305..0f106e5 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: