From: Vincent Pit Date: Fri, 13 Mar 2015 14:45:17 +0000 (-0300) Subject: Remove '.' from @INC in the t/10-base.t test X-Git-Tag: rt91248~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=38ff7a43eb9a0c90be1f4bb605ca2454b46a28c1 Remove '.' from @INC in the t/10-base.t test --- diff --git a/t/10-base.t b/t/10-base.t index f9a80a7..cab2217 100644 --- a/t/10-base.t +++ b/t/10-base.t @@ -7,6 +7,8 @@ use Test::More; use Acme::CPANAuthors; +local @INC = grep $_ ne '.', @INC; + my $authors = eval { local $SIG{__WARN__} = sub { my ($msg) = @_;