diff options
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f4ed345e88..73ab08b811 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -126,6 +126,8 @@ use File::Glob qw(:case); 'EXCLUDED' => [ qw(t/07_ptardiff.t), ], + # CPAN RT 118476 + 'CUSTOMIZED' => [ 'lib/Archive/Tar.pm', 't/09_roundtrip.t' ], }, 'Attribute::Handlers' => { |