From: Vincent Pit Date: Fri, 23 Aug 2013 19:00:02 +0000 (-0300) Subject: No tabs please X-Git-Tag: v0.03~12 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Context.git;a=commitdiff_plain;h=19840912f35665b84c8cacf1bf3f998683fc4375 No tabs please --- diff --git a/t/00-load.t b/t/00-load.t index 7322e7a..04192c6 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::Context' ); + use_ok( 'Scope::Context' ); } diag( "Testing Scope::Context $Scope::Context::VERSION, Perl $], $^X" );