In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/cceec0529697541723782425186b8fc270f032a2?hp=95e016b968de3f5236d1c70477e59d84f858bc20>

- Log -----------------------------------------------------------------
commit cceec0529697541723782425186b8fc270f032a2
Author: Paul Fenwick <[email protected]>
Date:   Mon Jul 6 20:27:49 2009 +1000

    Maintainers.pl: Explanation as to why autodie tests are excluded.
    
    Signed-off-by: H.Merijn Brand <[email protected]>
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 94d751f..2c266b6 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -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

--
Perl5 Master Repository

Reply via email to