'CPANPLUS' =>
{
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.89_03.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.89_04.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_03"; #have to hardcode or cpan.org gets unhappy
+ $VERSION = "0.89_04"; #have to hardcode or cpan.org gets unhappy
}
### purely for backward compatibility, so we can call it from the commandline:
### that may contain some of our sneakily loaded modules
### that aren't installed as such. -- kane
local $Module::Load::Conditional::CHECK_INC_HASH = 0;
+ ### this should all that is required for deprecated core modules
+ local $Module::Load::Conditional::DEPRECATED = 1;
my $href = check_install(
module => $self->module,
version => $self->version,
'Locale::Maketext::Simple' => '0.01',
'Log::Message' => '0.01',
'Module::Load' => '0.10',
- 'Module::Load::Conditional' => '0.28', # returns dir for loaded
+ 'Module::Load::Conditional' => '0.31_01', # returns dir for loaded
# modules
'version' => '0.73', # needed for M::L::C
# addresses #24630 and
'Archive::Tar' => '1.23',
'IO::Zlib' => '1.04', # needed for Archive::Tar
'Object::Accessor' => '0.34', # mk_aliases support
- 'Module::CoreList' => '2.09',
+ 'Module::CoreList' => '2.22', # deprecated core modules
'Module::Pluggable' => '2.4',
'Module::Loaded' => '0.01',
'Parse::CPAN::Meta' => '0.02', # config_requires support
],
cpantest => [
{ 'Test::Reporter' => '1.34',
- 'YAML::Tiny' => '0.0'
+ 'Parse::CPAN::Meta' => '0.0'
},
sub {
my $cb = shift;