mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
actually, this test does not need Search::Tokenizer, so no need to skip
This commit is contained in:
parent
1422eb5427
commit
fb64180af4
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue