summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Rinaldo <toddr@cpan.org>2020-09-18 17:07:00 -0500
committerTodd Rinaldo <toddr@cpan.org>2020-09-18 17:08:46 -0500
commit93ba9b2a904f8e9dc2f4592adcc5f8c78ee4b275 (patch)
treee0c63130e535f56f5a087bb69af6fc4b04efa6a4
parentb8884e707820024682c087ea7654c1a46e624c79 (diff)
downloadperl-93ba9b2a904f8e9dc2f4592adcc5f8c78ee4b275.tar.gz
Mark cpan/ExtUtils-PL2Bat/t/make_executable.t as customized
Goes with #18118. Per ilmari, this is ok to push in while we wait for https://github.com/Perl-Toolchain-Gang/extutils-pl2bat/pull/6 to merge.
-rwxr-xr-xPorting/Maintainers.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index c146cb0777..ea7023e02c 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -496,6 +496,9 @@ use File::Glob qw(:case);
'EXCLUDED' => [
't/00-compile.t',
],
+ 'CUSTOMIZED' => [
+ 't/make_executable.t',
+ ],
},
'ExtUtils::Manifest' => {