X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F00-load.t;h=73843b48574856857e6adbea31012bb59d56a9cb;hb=2a83dd9e0f60cd533826846570869c73789f8192;hp=cf812f7edeea98c3c8d15011fbfbeeb8cf48469c;hpb=7d694e6f49e219b9c5f62d323666ca2854d51f50;p=perl%2Fmodules%2Fwith.git diff --git a/t/00-load.t b/t/00-load.t index cf812f7..73843b4 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -6,7 +6,7 @@ use warnings; use Test::More tests => 1; BEGIN { - use_ok( 'with' ); + use_ok( 'with' ); } diag( "Testing with $with::VERSION, Perl $], $^X" );