]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/commitdiff
No tabs, and I mean it
authorVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 19:32:41 +0000 (16:32 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 19:32:41 +0000 (16:32 -0300)
t/00-load.t

index d5b7b3728448b4939c1ceed5a8f28167540bc186..5672eb149a18fe9528c9b22dd131b4d351da205b 100644 (file)
@@ -6,5 +6,5 @@ use warnings;
 use Test::More tests => 1;
 
 BEGIN {
      use_ok( 're::engine::Hooks' );
+ use_ok( 're::engine::Hooks' );
 }