diff options
author | David Golden <dagolden@cpan.org> | 2009-12-17 17:59:27 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2009-12-17 18:00:17 -0500 |
commit | 229c5935ba2b931e7f367cc5b2706adeee57ee47 (patch) | |
tree | f99ffd65781db8dea3a6a366d45c4fe6172e7532 /Porting | |
parent | 53fc1c7e149a219087a8d9ad9879eb0a6ea109d9 (diff) | |
download | perl-229c5935ba2b931e7f367cc5b2706adeee57ee47.tar.gz |
Updated Module::Build to 0.35_15
This is just to sync with CPAN -- these changes should not impact
blead.
0.35_15 - Thu Dec 17 17:51:22 EST 2009
Bug fixes:
- Make sure PPM tests are skipped if IO::File is too old [David Golden]
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 1f1a4319ed..93a4e11cc0 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1004,7 +1004,7 @@ use File::Glob qw(:case); 'Module::Build' => { 'MAINTAINER' => 'kwilliams', - 'DISTRIBUTION' => 'DAGOLDEN/Module-Build-0.35_14.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/Module-Build-0.35_15.tar.gz', 'FILES' => q[cpan/Module-Build], 'EXCLUDED' => [ qw{ t/par.t t/signature.t }, qr!^contrib/!, qr!^devtools! ], |