From: Vincent Pit Date: Wed, 24 Aug 2011 20:19:25 +0000 (+0200) Subject: Display the directories searched for modules during the tests X-Git-Tag: v0.04~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=82cde04d830d067d6b3e49ae5f0028b5b82d6850 Display the directories searched for modules during the tests --- diff --git a/t/10-base.t b/t/10-base.t index 06c7a3f..f9a80a7 100644 --- a/t/10-base.t +++ b/t/10-base.t @@ -24,6 +24,9 @@ if ($authors) { plan skip_all => $@; } +diag 'Directories in @INC :'; +diag " $_" for @INC; + my $count = $authors->count; diag "$count authors found"; cmp_ok $count, '>', 0, 'there are some authors';