From: Vincent Pit Date: Fri, 23 Aug 2013 19:39:07 +0000 (-0300) Subject: No tabs please X-Git-Tag: rt88428~4 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=e4bd6fc85ee5ab063b25f087bf7f3b3ed12b5336;hp=d759f734b0d6b7a0c4fcfadaa9299107aa4bbc42 No tabs please --- 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" );