This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Memoize - t/expmod_t.t and t/speed.t were CUSTOMIZED by 53379bfd2f and f0206e8198
[perl5.git] / Porting / Maintainers.pl
old mode 100644 (file)
new mode 100755 (executable)
index eb3071a..a5e555b
@@ -784,6 +784,7 @@ use File::Glob qw(:case);
             'lib/Math/Complex.pm', # CPAN RT 118467
             't/Complex.t',         # CPAN RT 118467
             't/Trig.t',            # CPAN RT 118467
+            't/underbar.t',
         ],
         'EXCLUDED'     => [
             qw( t/pod.t
@@ -798,7 +799,10 @@ use File::Glob qw(:case);
         'EXCLUDED'     => ['article.html'],
         'CUSTOMIZED'   => [
             # CVE-2016-1238
-            qw( Memoize.pm )
+            qw( Memoize.pm ),
+
+            # CPAN RT 108382
+            qw( t/expmod_t.t t/speed.t ),
         ],
     },
 
@@ -1184,6 +1188,10 @@ use File::Glob qw(:case);
     'Tie::RefHash' => {
         'DISTRIBUTION' => 'ETHER/Tie-RefHash-1.40.tar.gz',
         'FILES'        => q[cpan/Tie-RefHash],
+        'EXCLUDED'     => [
+            qr{^t/00-},
+            qr{^xt/},
+        ],
     },
 
     'Time::HiRes' => {