From 16cd4fd520e866063d6c9dc76ca8674d86124e78 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 3 Mar 2011 09:52:02 +0000 Subject: [PATCH] removed a finished to-do --- lib/DBD/SQLite.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 32f0b4b..1900a64 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1964,13 +1964,6 @@ system). The following items remain to be done. -=head2 Warnings Upgrade - -We currently use a horridly hacky method to issue and suppress warnings. -It suffices for now, but just barely. - -Migrate all of the warning code to use the recommended L warnings. - =head2 Leak Detection Implement one or more leak detection tests that only run during