From 581b3d9391ad41429e675a3885853668614b30a1 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Thu, 29 Jan 2009 03:56:11 +0000 Subject: [PATCH] DBD::SQLite: added TODO to make it clear which reports should be fixed in the future --- TODO | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..8dfa19b --- /dev/null +++ b/TODO @@ -0,0 +1,27 @@ +There're several pended RT bugs/patches at the moment (mainly due to the lack of tests/patches or segfaults on tests). Here's the list. + +http://rt.cpan.org/Public/Bug/Display.html?id=41631 +(patch required) + +http://rt.cpan.org/Public/Bug/Display.html?id=40594 +(patch required, and the following tests may break) + +http://rt.cpan.org/Public/Bug/Display.html?id=30167 +(need to see what is the best solution right now) + +http://rt.cpan.org/Public/Bug/Display.html?id=34828 +(segfault while testing under Windows) + +http://rt.cpan.org/Public/Bug/Display.html?id=36836 +(patch required) + +http://rt.cpan.org/Public/Bug/Display.html?id=13631 +(test required) + +http://rt.cpan.org/Public/Bug/Display.html?id=35449 +(break tests) + +http://rt.cpan.org/Public/Bug/Display.html?id=29629 +(patch required) + +Maybe we need to switch to Test::More to support TODO tests.