diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-09-01 19:24:52 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-09-01 19:24:52 +0100 |
commit | 991864f168b707b220f03916964a3593395b8966 (patch) | |
tree | 54144d502154f539a8649ab04fb1f819b2cee9fa /pod | |
parent | 86e5639be8611d120113394b3774c1bbb3d94a38 (diff) | |
download | perl-991864f168b707b220f03916964a3593395b8966.tar.gz |
Update CPANPLUS to CPAN version 0.9110
[DELTA]
Changes for 0.9110 Thu Sep 1 13:43:06 2011
================================================
* CPANPLUS::Dist::MM now ensures that Makefile.PL
is older than any generated Makefile
* When resolving dependencies ignore any @INC-hook
when finding installed modules
* Updated the META.yml in the dist to specify
'dynamic_config' as true.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8cbae63b58..c130a2c78d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -125,6 +125,10 @@ Resolved an issue where C<unzip> executable was present in C<PATH> on MSWin32 =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 |