[DELTA]
This a version bump only
Changes for 0.9133 Sat Sep 29 11:49:02 2012
================================================
* Fix MANIFEST for last release
Changes for 0.9132 Sat Sep 29 11:40:53 2012
================================================
* Resolve RT #79925, Module::Metadata was missing
from inc/bundle. Reported by Steve Sanbeg
'CPANPLUS' => {
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.9131.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.9133.tar.gz',
'FILES' => q[cpan/CPANPLUS],
'EXCLUDED' => [
qr{^inc/},
use vars qw( @EXPORT @ISA $VERSION );
@EXPORT = qw( shell fetch get install );
@ISA = qw( Exporter );
- $VERSION = "0.9131"; #have to hardcode or cpan.org gets unhappy
+ $VERSION = "0.9133"; #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.9131";
+$VERSION = "0.9133";
=pod
BEGIN {
use vars qw[ $VERSION @ISA ];
@ISA = qw[ CPANPLUS::Shell::_Base::ReadLine ];
- $VERSION = "0.9131";
+ $VERSION = "0.9133";
}
load CPANPLUS::Shell;