X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F00-load.t;h=e15c43e742f0e502cf1c06d09022cac10f097dfc;hp=afccae1cea7973b13f0cc071d4c6aba231c9d75c;hb=faa0984a60b4134d0556ed7e6225bf83ddfb5474;hpb=79fe38872567977419089da38eac9406bf2d4afa diff --git a/t/00-load.t b/t/00-load.t index afccae1..e15c43e 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -5,7 +5,7 @@ use warnings; use Test::More tests => 1; BEGIN { - use_ok( 'indirect' ); + use_ok( 'indirect' ); } diag( "Testing indirect $indirect::VERSION, Perl $], $^X" );