]> git.vpit.fr Git - perl/modules/Scope-Context.git/commitdiff
No tabs please
authorVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 19:00:02 +0000 (16:00 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 19:00:02 +0000 (16:00 -0300)
t/00-load.t

index 7322e7ac087d43dca2503278c5c07e2d7c630a32..04192c6ba5034f85c63753107f22501fbd417cf7 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use Test::More tests => 1;
 
 BEGIN {
      use_ok( 'Scope::Context' );
+ use_ok( 'Scope::Context' );
 }
 
 diag( "Testing Scope::Context $Scope::Context::VERSION, Perl $], $^X" );