diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2014-05-31 14:19:38 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-05-31 16:02:46 +0100 |
commit | a4678072490238d5486d82870232ae0dd4b0df01 (patch) | |
tree | 8842bde234fcd8d0fe272b2eacf191c50269a32a /Porting/add-package.pl | |
parent | 339aa067c11aafe098a0dd18fd51c1e1f147e056 (diff) | |
download | perl-a4678072490238d5486d82870232ae0dd4b0df01.tar.gz |
Remove Module-Build remnants
Diffstat (limited to 'Porting/add-package.pl')
-rwxr-xr-x | Porting/add-package.pl | 2 |
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? |