From fb64180af4227c026780af01550daff6b17c0146 Mon Sep 17 00:00:00 2001 From: Laurent Dami Date: Mon, 19 Jul 2010 21:09:34 +0000 Subject: [PATCH] actually, this test does not need Search::Tokenizer, so no need to skip --- t/43_fts3.t | 4 ---- 1 file changed, 4 deletions(-) diff --git a/t/43_fts3.t b/t/43_fts3.t index 5040478..925693c 100644 --- a/t/43_fts3.t +++ b/t/43_fts3.t @@ -30,10 +30,6 @@ BEGIN { if ($] < 5.008005) { plan skip_all => 'Unicode is not supported before 5.8.5'; } - eval "require Search::Tokenizer"; - if ($@) { - plan skip_all => 'this test requires Search::Tokenizer'; - } } use Test::NoWarnings;