X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=t%2F00-load.t;h=f49c789ec5c512456b770dee0b347c2bc9e2256a;hp=83dcc0bf73dacbbbd7d197679a7e8429e5fa8909;hb=c38c8d0849182ae51f28a90e20db0c99da46d94d;hpb=46563a4451087c17e95a7ec9d33eb7ff0cc674d4 diff --git a/t/00-load.t b/t/00-load.t index 83dcc0b..f49c789 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( 'Lexical::Types' ); + use_ok( 'Lexical::Types' ); } diag( "Testing Lexical::Types $Lexical::Types::VERSION, Perl $], $^X" );