diff options
author | Craig A. Berry <craigberry@mac.com> | 2017-01-14 15:44:15 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2017-01-14 16:33:43 -0600 |
commit | 4767d89388527b747495568a327247ba5b9c72bf (patch) | |
tree | adc98209415fac8491087a2dac606549d1a88c58 /Porting | |
parent | 1d86dd2f9a6c95dbe3230acac995ec2205513b0d (diff) | |
download | perl-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-x | Porting/Maintainers.pl | 4 |
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' => { |