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=e4bd6fc85ee5ab063b25f087bf7f3b3ed12b5336;hpb=d759f734b0d6b7a0c4fcfadaa9299107aa4bbc42 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" );