X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=t%2F00-load.t;h=07af69090a7d34e2eae18b7bd90a7b78d2855626;hp=1211a76bbd2016daca53509533d2b23441bb8bf8;hb=cbb501aa1e454f486e962d66d146dddad3d16ddc;hpb=41c2781606f5304bf1edaae54a0b892250bf0679 diff --git a/t/00-load.t b/t/00-load.t index 1211a76..07af690 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -7,7 +7,8 @@ use Test::More tests => 1; BEGIN { local $^W = 0; - use_ok( "Acme::CPANAuthors::You're_using" ); + local $Acme::CPANAuthors::You're_using::SKIP = 1; + use_ok( "Acme::CPANAuthors::You're_using" ); } diag( "Testing Acme::CPANAuthors::You're_using $Acme::CPANAuthors::You're_using::VERSION, Perl $], $^X" );