summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2017-01-14 15:44:15 -0600
committerCraig A. Berry <craigberry@mac.com>2017-01-14 16:33:43 -0600
commit4767d89388527b747495568a327247ba5b9c72bf (patch)
treeadc98209415fac8491087a2dac606549d1a88c58 /Porting
parent1d86dd2f9a6c95dbe3230acac995ec2205513b0d (diff)
downloadperl-4767d89388527b747495568a327247ba5b9c72bf.tar.gz
Use File::Spec->catfile() in Test2's Files.t test.
Explicitly using forward slashes to concatenate filenames is not portable and we've already loaded File::Spec anyway. Also, don't try to remove the directory we're cleaning up unless we were successful in opening it.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 2b72707d4a..b6fed8b15a 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1178,6 +1178,10 @@ use File::Glob qw(:case);
t/zzz-check-breaks.t
),
],
+ 'CUSTOMIZED' => [
+ #
+ qw( t/Test2/modules/IPC/Driver/Files.t )
+ ],
},
'Text::Abbrev' => {