diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-07-27 21:42:25 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-07-27 23:04:26 +0100 |
commit | 82eefd8a3b75d7ddc961022ac7ac95257d04717e (patch) | |
tree | 2825a9c0547c99672f12d474f903de70f1c28ceb /Porting | |
parent | 772f5a1a1edb352c066c952044fe021a848ae23d (diff) | |
download | perl-82eefd8a3b75d7ddc961022ac7ac95257d04717e.tar.gz |
Update Params-Check to CPAN version 0.30
[DELTA]
Changes for 0.30 Mon Jul 25 14:44:40 2011
============================================
* Resolve [rt #69626] reported by Diab Jerius,
WARNINGS_FATAL should apply to all check()
failures now.
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 af3d64fce6..5ef5521862 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1372,7 +1372,7 @@ use File::Glob qw(:case); 'Params::Check' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'BINGOS/Params-Check-0.28.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Params-Check-0.30.tar.gz', 'EXCLUDED' => [ qw( Params-Check-0.26.tar.gz ) ], 'FILES' => q[cpan/Params-Check], 'UPSTREAM' => 'cpan', |