In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/663bfafc78cf049036e7391ba11385234dcbe9ed?hp=afbf6680b6636f5aeeceb87d873ea5935f57334b>

- Log -----------------------------------------------------------------
commit 663bfafc78cf049036e7391ba11385234dcbe9ed
Author: Nicholas Clark <[email protected]>
Date:   Sat Sep 26 06:20:32 2009 +0100

    t/pod/diag.t skips ../ext, so it should skip ../cpan too.
-----------------------------------------------------------------------

Summary of changes:
 t/pod/diag.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/pod/diag.t b/t/pod/diag.t
index cfe572f..eb6f10e 100644
--- a/t/pod/diag.t
+++ b/t/pod/diag.t
@@ -31,7 +31,7 @@ while (<$diagfh>) {
 my @todo = ('..');
 while (@todo) {
   my $todo = shift @todo;
-  next if $todo ~~ ['../t', '../lib', '../ext'];
+  next if $todo ~~ ['../t', '../lib', '../ext', '../cpan'];
   # opmini.c is just a copy of op.c, so there's no need to check again.
   next if $todo eq '../opmini.c';
   if (-d $todo) {

--
Perl5 Master Repository

Reply via email to