X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCPANPLUS.pm;h=22cd8d0f9f471ce075da6ba60e21e1c6a0045166;hb=d81018543234fe5f8d429eb7048c0b50792ea031;hp=52595d23a92baf7494cb7a64a1a4c103c84bbb74;hpb=d0baa00e92a40837ed5558e0a1cc115d59694269;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/CPANPLUS.pm b/lib/CPANPLUS.pm index 52595d2..22cd8d0 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: