diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-08-01 20:17:54 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-08-01 20:17:54 +0100 |
commit | 83b32788f4e2799bb5cea7654fbc616d32f09598 (patch) | |
tree | 766a44f4dd3cbdb6e222da7fb4b910382384c8c5 /Porting | |
parent | a6cefd81cd846bde34f0f42db649d37d30c8d33f (diff) | |
download | perl-83b32788f4e2799bb5cea7654fbc616d32f09598.tar.gz |
Update Module-Load to version 0.20
[DELTA]
Changes for 0.20 Mon Aug 1 19:13:44 2011
============================================
* Resolve [rt #69886] reported by Laurent Dami,
trailing '::' silently ignored
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 5ef5521862..d5a77b5d6f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1262,7 +1262,7 @@ use File::Glob qw(:case); 'Module::Load' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'BINGOS/Module-Load-0.18.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-Load-0.20.tar.gz', 'FILES' => q[cpan/Module-Load], 'UPSTREAM' => 'cpan', }, |