From: Vincent Pit Date: Fri, 23 Aug 2013 19:00:18 +0000 (-0300) Subject: No tabs please X-Git-Tag: rt88177~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=commitdiff_plain;h=f7d8dcd3f4e7883c6d2ffe31c68b62aa7d1ef6af No tabs please --- diff --git a/t/00-load.t b/t/00-load.t index fc7c629..95aa0cc 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( 'Scope::Upper' ); + use_ok( 'Scope::Upper' ); } diag( "Testing Scope::Upper $Scope::Upper::VERSION, Perl $], $^X" );