diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-06-27 13:49:01 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-06-27 13:49:01 +0100 |
commit | 2beba2a9e57f44ed8c57249738a40fc5d4f751ec (patch) | |
tree | e9afb00c6a1b968f62fb7db71c4249a68272b144 /Porting | |
parent | 415333779573ce88cc6257c100b582b4ab1ab7a3 (diff) | |
download | perl-2beba2a9e57f44ed8c57249738a40fc5d4f751ec.tar.gz |
Four Pod-Checker test files have EOL differences compared to CPAN
(They're all LF only in core but CRLF on CPAN.)
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index aa03f8b203..f3e9c68d0d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -888,6 +888,12 @@ use File::Glob qw(:case); 'Pod::Checker' => { 'DISTRIBUTION' => 'MAREKR/Pod-Checker-1.73.tar.gz', 'FILES' => q[cpan/Pod-Checker], + 'CUSTOMIZED' => [ qw[ + t/pod/contains_bad_pod.xr + t/pod/selfcheck.t + t/pod/testcmp.pl + t/pod/testpchk.pl + ] ], }, 'Pod::Escapes' => { |