diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-06-12 11:58:41 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-06-12 18:26:37 +0100 |
commit | 35c0561a7bae0fd58527c372c899da0d87f75d37 (patch) | |
tree | a9d7e8212c73be1b0f332e440d69ccf000a0bd4b /Porting | |
parent | f3f2f486c173c975f5389913bb2b5b16f4ffd6cb (diff) | |
download | perl-35c0561a7bae0fd58527c372c899da0d87f75d37.tar.gz |
Update autodie to CPAN version 2.27
[DELTA]
2.27 2015-06-10 19:19:49+10:00 Australia/Melbourne
* DEPRECATION: Deprecate the use of "Fatal qw(:lexcial)". It
is an implementation detail of autodie and is about to
change.
* SPEED: Allow wrappers for CORE::exec and CORE::system to be
reused as they are not dependent on the calling package.
* TEST: Avoid hard-coded directory separator in t/system.t.
Thanks to A. Sinan Unur for reporting it and providing a
patch. (GH#62)
* TEST: Add missing "require autodie" in import-into test and
ensure Import::Into remains an optional test dependency.
* TEST / INTERNAL / TRAVIS: Set "sudo: false" to gain access
to the Travis container based infrastructure.
* TEST: Bump version of Import::Into to 1.002004 as older
versions are insufficient for our test. Thanks to
Olivier Mengué for reporting it. (RT#101377)
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index c98bf8ea99..bf2d3b2aae 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -133,7 +133,7 @@ use File::Glob qw(:case); }, 'autodie' => { - 'DISTRIBUTION' => 'NTHYKIER/autodie-2.26.tar.gz', + 'DISTRIBUTION' => 'PJF/autodie-2.27.tar.gz', 'FILES' => q[cpan/autodie], 'EXCLUDED' => [ qr{benchmarks}, |