diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2020-01-20 11:22:51 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2020-01-20 11:22:51 +0000 |
commit | 2f4f9a3a997cbf38853257e2a8fac297f09f2e51 (patch) | |
tree | 9421537395136c20f3a1e4d3393d5e508d38872a /Porting/Maintainers.pl | |
parent | 933f64ca4399632c36f7acd82fda71fc246fc5c3 (diff) | |
download | perl-2f4f9a3a997cbf38853257e2a8fac297f09f2e51.tar.gz |
Update autodie to CPAN version 2.32
[DELTA]
2.32 2020-01-16 11:40:52-06:00 America/Chicago
* Update automated tests to include soft dependencies.
* Remove Test::Perl::Critic as a testing requirement.
* Update README.md to show github actions status
not Travis.
Diffstat (limited to 'Porting/Maintainers.pl')
-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 e34acf01f8..7fb208ab50 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -137,7 +137,7 @@ use File::Glob qw(:case); }, 'autodie' => { - 'DISTRIBUTION' => 'TODDR/autodie-2.31.tar.gz', + 'DISTRIBUTION' => 'TODDR/autodie-2.32.tar.gz', 'FILES' => q[cpan/autodie], 'EXCLUDED' => [ qr{benchmarks}, |