From: Vincent Pit Date: Fri, 23 Aug 2013 19:41:05 +0000 (-0300) Subject: No tabs please X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=commitdiff_plain;h=c39af12272015e8aff09d3c05e4f32d7943b4154 No tabs please --- diff --git a/t/00-load.t b/t/00-load.t index df9d02d..6d499a3 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -6,19 +6,19 @@ use warnings; use Test::More tests => 13; BEGIN { - use_ok( 'App::Rgit' ); - use_ok( 'App::Rgit::Command' ); - use_ok( 'App::Rgit::Command::Each' ); - use_ok( 'App::Rgit::Command::Once' ); - use_ok( 'App::Rgit::Config' ); - use_ok( 'App::Rgit::Config::Default' ); - use_ok( 'App::Rgit::Guard' ); - use_ok( 'App::Rgit::Policy' ); - use_ok( 'App::Rgit::Policy::Default' ); - use_ok( 'App::Rgit::Policy::Interactive' ); - use_ok( 'App::Rgit::Policy::Keep' ); - use_ok( 'App::Rgit::Repository' ); - use_ok( 'App::Rgit::Utils' ); + use_ok( 'App::Rgit' ); + use_ok( 'App::Rgit::Command' ); + use_ok( 'App::Rgit::Command::Each' ); + use_ok( 'App::Rgit::Command::Once' ); + use_ok( 'App::Rgit::Config' ); + use_ok( 'App::Rgit::Config::Default' ); + use_ok( 'App::Rgit::Guard' ); + use_ok( 'App::Rgit::Policy' ); + use_ok( 'App::Rgit::Policy::Default' ); + use_ok( 'App::Rgit::Policy::Interactive' ); + use_ok( 'App::Rgit::Policy::Keep' ); + use_ok( 'App::Rgit::Repository' ); + use_ok( 'App::Rgit::Utils' ); } diag( "Testing App::Rgit $App::Rgit::VERSION, Perl $], $^X" );