diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-09-01 11:45:24 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-09-01 11:46:44 +0100 |
commit | 6c52f6c9a260e34e5fe12222a09c91d217628a9f (patch) | |
tree | 25eeb5d1fe180fe2f04102aaa35f9f3b4ea470c4 /Porting | |
parent | 2ef12107cecdf4077410a083797114ab9bbc043c (diff) | |
download | perl-6c52f6c9a260e34e5fe12222a09c91d217628a9f.tar.gz |
Update Module-Load-Conditional to CPAN version 0.58
[DELTA]
Changes for 0.58 Sun Sep 1 11:21:59 BST 2013
=================================================
* RT#83728 make quoting work portably and remove
prototypes from one-liner in requires()
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 70bdefa02b..1bc5dea78b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1216,7 +1216,7 @@ use File::Glob qw(:case); 'Module::Load::Conditional' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.56.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.58.tar.gz', 'FILES' => q[cpan/Module-Load-Conditional], 'UPSTREAM' => 'cpan', }, |