summaryrefslogtreecommitdiff
path: root/Porting/add-package.pl
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-05-31 14:19:38 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-05-31 16:02:46 +0100
commita4678072490238d5486d82870232ae0dd4b0df01 (patch)
tree8842bde234fcd8d0fe272b2eacf191c50269a32a /Porting/add-package.pl
parent339aa067c11aafe098a0dd18fd51c1e1f147e056 (diff)
downloadperl-a4678072490238d5486d82870232ae0dd4b0df01.tar.gz
Remove Module-Build remnants
Diffstat (limited to 'Porting/add-package.pl')
-rwxr-xr-xPorting/add-package.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/add-package.pl b/Porting/add-package.pl
index fc2161d9a9..ee03c45b68 100755
--- a/Porting/add-package.pl
+++ b/Porting/add-package.pl
@@ -204,7 +204,7 @@ my @ChangedFiles;
### fix installperl, so these files get installed by other utils
### ./installperl: return if $name =~
- ### /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff|config_data)\z/;
+ ### /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff)\z/;
{ my $file = 'installperl';
### not there already?