diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-09-08 15:41:20 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-09-08 16:44:17 +0100 |
commit | 39afdc5aa55747b1a9225da0c4c89a1bd0c8489b (patch) | |
tree | d2b22cd81e98c31a41e3dee288fb53f8093d8ca4 /Porting | |
parent | 14f0f125b45b58bbf2d9e275abf2fef1655f8a3e (diff) | |
download | perl-39afdc5aa55747b1a9225da0c4c89a1bd0c8489b.tar.gz |
Update Module-Load-Conditional to CPAN version 0.46
[DELTA]
Changes for 0.46 Wed Sep 7 23:57:03 BST 2011
=================================================
* Use || instead of "or" (perl#78708) (chorny)
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 f903bc3650..d60f719f5b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1274,7 +1274,7 @@ use File::Glob qw(:case); 'Module::Load::Conditional' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.44.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-Load-Conditional-0.46.tar.gz', 'FILES' => q[cpan/Module-Load-Conditional], 'UPSTREAM' => 'cpan', }, |