diff --git a/Changes b/Changes index e02c5cd..50c0598 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Changes for Perl extension DBD-SQLite +1.26_06 (not released yet) + 1.26_05 Thu 15 Oct 2009 - Updated to SQLite 3.6.19 (ISHIGAKI) diff --git a/t/rt_50503_fts3.t b/t/rt_50503_fts3.t index 9a84f30..c864823 100644 --- a/t/rt_50503_fts3.t +++ b/t/rt_50503_fts3.t @@ -7,7 +7,7 @@ BEGIN { } use t::lib::Test; -use Test::More skip_all => 'Temporarily skipping known-bad test (FOR 1.26_05 ONLY!)'; +use Test::More; use Test::NoWarnings; plan tests => 6;