X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=t%2F10-base.t;h=f9a80a7c85c985b1f114a148fbb851b24fd2946d;hp=06c7a3f7c6b6ad035a49f97ac16e8190626b49e6;hb=82cde04d830d067d6b3e49ae5f0028b5b82d6850;hpb=f18663bd8ca157dc2d4a33ebfe83362934979692 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';