summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2012-08-16 00:31:32 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2012-08-16 00:31:32 +0100
commit7493073cc4692a1847372c3db8a96df7b33f9d1e (patch)
tree3e0b686082cd18d5457c0b9bf9760f0a05090ce6 /Porting
parent338a1057f3ecc833caa1897d40a280225ec1bf78 (diff)
downloadperl-7493073cc4692a1847372c3db8a96df7b33f9d1e.tar.gz
Upgrade Module-Pluggable to 4.3
There is also no need to list Build.PL as EXCLUDED since it is IGNORABLE anyway.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 61815886cc..99b6601e17 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1303,9 +1303,8 @@ use File::Glob qw(:case);
'Module::Pluggable' => {
'MAINTAINER' => 'simonw',
- 'DISTRIBUTION' => 'SIMONW/Module-Pluggable-4.2.tar.gz',
+ 'DISTRIBUTION' => 'SIMONW/Module-Pluggable-4.3.tar.gz',
'FILES' => q[cpan/Module-Pluggable],
- 'EXCLUDED' => ['Build.PL'],
'UPSTREAM' => 'cpan',
'CUSTOMIZED' => ['Makefile.PL'],
},