diff options
author | Steffen Mueller <smueller@cpan.org> | 2011-08-04 20:12:21 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2011-08-04 20:12:21 +0200 |
commit | 54d18cdceede591a29c5e0beebe4eec4a0baae42 (patch) | |
tree | 97a3121d3512d6a770d926fc2f400213825560c2 /Porting | |
parent | e69061dc352aead76c31e0d932d915ea7ce26512 (diff) | |
download | perl-54d18cdceede591a29c5e0beebe4eec4a0baae42.tar.gz |
Another ExtUtils::ParseXS version upgrade necessary
This is ExtUtils::ParseXS 3.02. Nothing to see here.
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 4bcc3ba4ac..fd7c3cc0e4 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -752,7 +752,7 @@ use File::Glob qw(:case); 'ExtUtils::ParseXS' => { 'MAINTAINER' => 'smueller', - 'DISTRIBUTION' => 'SMUELLER/ExtUtils-ParseXS-3.01.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/ExtUtils-ParseXS-3.02.tar.gz', 'FILES' => q[dist/ExtUtils-ParseXS], 'UPSTREAM' => 'blead', }, |