X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=t%2F10-base.t;fp=t%2F10-base.t;h=c3899ce28c8983177902fd251aefa095e2037999;hp=cab221723d939bef3ff4af46f2277e6aad59b7ec;hb=afd5c9c527d944235f539e91e8db3a5891177bdf;hpb=38ff7a43eb9a0c90be1f4bb605ca2454b46a28c1 diff --git a/t/10-base.t b/t/10-base.t index cab2217..c3899ce 100644 --- a/t/10-base.t +++ b/t/10-base.t @@ -9,6 +9,9 @@ use Acme::CPANAuthors; local @INC = grep $_ ne '.', @INC; +diag 'Directories in @INC :'; +diag " $_" for @INC; + my $authors = eval { local $SIG{__WARN__} = sub { my ($msg) = @_; @@ -26,9 +29,6 @@ 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';