From be6c4d5caa731394610a61f7fe80f81177c14f67 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Thu, 16 Apr 2009 03:08:14 +0000 Subject: [PATCH] Converted another batch of tests from lib.pl to t::lib::Test --- Changes | 1 + 1 file changed, 1 insertion(+) diff --git a/Changes b/Changes index bf3170e..3edf931 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,7 @@ Changes for Perl extension DBD-SQLite. - Removed the table name generator from t/lib.pl, getting us closer to removing t/lib.pl entirely (ADAMK) - Increased use of Test::NoWarnings (ADAMK) + - Converted half the remaining lib.pl tests to t::lib::Test (ADAMK) 1.22_06 Wed 15 Apr 2009 - Simplifying various miscellaneous code (ADAMK)