From: Vincent Pit Date: Sat, 24 Aug 2013 19:32:41 +0000 (-0300) Subject: No tabs, and I mean it X-Git-Tag: v0.05~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=commitdiff_plain;h=c3c6a8b588c30a95ac5286e2eca53e33f329dd6c No tabs, and I mean it --- diff --git a/t/00-load.t b/t/00-load.t index d5b7b37..5672eb1 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -6,5 +6,5 @@ use warnings; use Test::More tests => 1; BEGIN { - use_ok( 're::engine::Hooks' ); + use_ok( 're::engine::Hooks' ); }