X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCPANPLUS.pm;h=a31fa3b062a4aeff57819747fc8811faefe7855e;hb=55ec0dff636c2a8ee5225314d7d46f928ab7f6da;hp=c1d0377d4e7dc5a3f0e2ca3ba5c07a6bd8359923;hpb=20afcebf4582369ec1b02c71a51b74640d3224ad;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/CPANPLUS.pm b/lib/CPANPLUS.pm index c1d0377..a31fa3b 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.86"; #have to hardcode or cpan.org gets unhappy + $VERSION = "0.87_03"; #have to hardcode or cpan.org gets unhappy } ### purely for backward compatibility, so we can call it from the commandline: