1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

actually, this test does not need Search::Tokenizer, so no need to skip

This commit is contained in:
Laurent Dami 2010-07-19 21:09:34 +00:00
parent 1422eb5427
commit fb64180af4

View file

@ -30,10 +30,6 @@ BEGIN {
if ($] < 5.008005) { if ($] < 5.008005) {
plan skip_all => 'Unicode is not supported before 5.8.5'; 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; use Test::NoWarnings;