'CPANPLUS' =>
{
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.9109.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/CPANPLUS-0.9110.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.9109"; #have to hardcode or cpan.org gets unhappy
+ $VERSION = "0.9110"; #have to hardcode or cpan.org gets unhappy
}
### purely for backward compatibility, so we can call it from the commandline:
### if we got here, we managed to make a 'makefile' ###
$dist->status->makefile( MAKEFILE->($dir) );
+ ### Make (haha) sure that Makefile.PL is older than the Makefile
+ ### we just generated.
+ eval {
+ my $ftime = time - 4;
+ utime $ftime, $ftime, MAKEFILE_PL->( $cb->_safe_path( path => $dir ) );
+ };
+
### start resolving prereqs ###
my $prereqs = $self->status->prereqs;
CPANPLUS::Internals::Report
];
-$VERSION = "0.9109";
+$VERSION = "0.9110";
=pod
@_,
);
+ ### Don't trust modules which are the result of @INC hooks
+ ### FatPacker uses this trickery and it causes WTF moments
+ return $alt_rv if defined $href->{dir} && ref $href->{dir};
+
return $href->{$key} || $alt_rv;
}
}
BEGIN {
use vars qw[ $VERSION @ISA ];
@ISA = qw[ CPANPLUS::Shell::_Base::ReadLine ];
- $VERSION = "0.9109";
+ $VERSION = "0.9110";
}
load CPANPLUS::Shell;
=item *
+L<CPANPLUS> has been upgraded from version 0.9109 to version 0.9110.
+
+=item *
+
L<diagnostics> has been upgraded from version 1.24 to version 1.25.
It now strips out C<SZ<><...>> formatting codes before displaying