From: Vincent Pit Date: Fri, 23 Aug 2013 19:41:31 +0000 (-0300) Subject: No tabs please X-Git-Tag: v0.08~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=commitdiff_plain;h=0a07d1792d7db2c5ad5d2af46c0691c02f861c27 No tabs please --- diff --git a/t/00-load.t b/t/00-load.t index ef74a92..ff7e1cd 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( 'subs::auto' ); + use_ok( 'subs::auto' ); } diag( "Testing subs::auto $subs::auto::VERSION, Perl $], $^X" );