X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=blobdiff_plain;f=t%2F00-load.t;fp=t%2F00-load.t;h=73843b48574856857e6adbea31012bb59d56a9cb;hp=cf812f7edeea98c3c8d15011fbfbeeb8cf48469c;hb=2a83dd9e0f60cd533826846570869c73789f8192;hpb=0546f5a2c8201fddeef412c0d8d75eaccf454f41 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" );