]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/commitdiff
Display the directories searched for modules during the tests
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 20:19:25 +0000 (22:19 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 20:19:25 +0000 (22:19 +0200)
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';