From: Vincent Pit Date: Fri, 23 Aug 2013 19:00:47 +0000 (-0300) Subject: No tabs please X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=commitdiff_plain;h=abc37c27d6f3fb43537ade322a66d4a42e375f83 No tabs please --- diff --git a/t/00-load.t b/t/00-load.t index 2146920..45c44c0 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( 'Sub::Nary' ); + use_ok( 'Sub::Nary' ); } diag( "Testing Sub::Nary $Sub::Nary::VERSION, Perl $], $^X" );