diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-12-18 13:07:04 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-18 13:07:04 -0500 |
commit | 3d97da50423e4922873a8598cab029e60a40bfad (patch) | |
tree | 6321bc59241c6f99ab99b5f9605567dc00515a99 /Porting | |
parent | 0124e6951248925eb02487d9823d46be100b0e91 (diff) | |
download | perl-3d97da50423e4922873a8598cab029e60a40bfad.tar.gz |
Bring up ExtUtils::MakeMaker to 6.56 - no functional changes from 6.55_03
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 8173248058..25ff41c460 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -616,7 +616,7 @@ use File::Glob qw(:case); 'ExtUtils::MakeMaker' => { 'MAINTAINER' => 'mschwern', - 'DISTRIBUTION' => 'MSCHWERN/ExtUtils-MakeMaker-6.55_03.tar.gz', + 'DISTRIBUTION' => 'MSCHWERN/ExtUtils-MakeMaker-6.56.tar.gz', 'FILES' => q[cpan/ExtUtils-MakeMaker], 'EXCLUDED' => [ qr{^t/lib/Test/}, qr{^inc/ExtUtils/}, |