X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCPANPLUS.pm;h=ba9737b3db1fc504dfda3c046c03f12bb89436eb;hb=192b9cd13b3ba000f1d0a2d32c141b9513be7936;hp=b6d50fd7ad191695b7dbea75b6a34076b2013069;hpb=622d31ac76e641eb7d1153122d2d208f0647a442;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/CPANPLUS.pm b/lib/CPANPLUS.pm index b6d50fd..ba9737b 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.79_03"; #have to hardcode or cpan.org gets unhappy + $VERSION = "0.79_04"; #have to hardcode or cpan.org gets unhappy } ### purely for backward compatibility, so we can call it from the commandline: