Changes for 0.90 Thu Dec 17 21:40:13 2009
================================================
* Version bump
'CPANPLUS' =>
{
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.89_12.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.90.tar.gz',
'FILES' => q[cpan/CPANPLUS],
'EXCLUDED' => [ qr{^inc/},
qr{^t/dummy-.*\.hidden$},
use vars qw( @EXPORT @ISA $VERSION );
@EXPORT = qw( shell fetch get install );
@ISA = qw( Exporter );
- $VERSION = "0.89_12"; #have to hardcode or cpan.org gets unhappy
+ $VERSION = "0.90"; #have to hardcode or cpan.org gets unhappy
}
### purely for backward compatibility, so we can call it from the commandline:
CPANPLUS::Internals::Report
];
-$VERSION = "0.89_12";
+$VERSION = "0.90";
=pod
BEGIN {
use vars qw[ $VERSION @ISA ];
@ISA = qw[ CPANPLUS::Shell::_Base::ReadLine ];
- $VERSION = "0.89_12";
+ $VERSION = "0.90";
}
load CPANPLUS::Shell;