From: Vincent Pit Date: Fri, 23 Aug 2013 19:42:05 +0000 (-0300) Subject: No tabs please X-Git-Tag: v0.03~9 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fwith.git;a=commitdiff_plain;h=2a83dd9e0f60cd533826846570869c73789f8192 No tabs please --- diff --git a/t/00-load.t b/t/00-load.t index cf812f7..73843b4 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( 'with' ); + use_ok( 'with' ); } diag( "Testing with $with::VERSION, Perl $], $^X" );