]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/blobdiff - t/10-base.t
Display the directories searched for modules during the tests
[perl/modules/Acme-CPANAuthors-You-re_using.git] / t / 10-base.t
index 06c7a3f7c6b6ad035a49f97ac16e8190626b49e6..f9a80a7c85c985b1f114a148fbb851b24fd2946d 100644 (file)
@@ -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';