This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Maintainers.pl: Explanation as to why autodie tests are excluded.
authorPaul Fenwick <pjf@perltraining.com.au>
Mon, 6 Jul 2009 10:27:49 +0000 (20:27 +1000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 6 Jul 2009 10:58:50 +0000 (12:58 +0200)
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Porting/Maintainers.pl

index 94d751f..2c266b6 100755 (executable)
@@ -208,6 +208,12 @@ package Maintainers;
        'DISTRIBUTION'  => 'PJF/autodie-2.05.tar.gz',
        'FILES'         => q[lib/Fatal.pm lib/autodie.pm lib/autodie],
        'EXCLUDED'      => [ qr{^inc/Module/},
+
+                             # All these tests depend upon external
+                             # modules that don't exist when we're
+                             # building the core.  Hence, they can
+                             # never run, and should not be merged.
+
                             qw(
                                t/boilerplate.t
                                t/critic.t