X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCPANPLUS.pm;h=3a972d0a5c1b22f76c763d228928706bfa6b3304;hb=a0995fd479a7e2e390969122c63171250070a660;hp=a4b95693a639aaf64145509da5717ffac4b3f388;hpb=1c82faa77213de8d77d404d205d3731944559f65;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/CPANPLUS.pm b/lib/CPANPLUS.pm index a4b9569..3a972d0 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.8601"; #have to hardcode or cpan.org gets unhappy + $VERSION = "0.87_01"; #have to hardcode or cpan.org gets unhappy } ### purely for backward compatibility, so we can call it from the commandline: