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

index cf812f7edeea98c3c8d15011fbfbeeb8cf48469c..73843b48574856857e6adbea31012bb59d56a9cb 100644 (file)
@@ -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" );