1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

DBD::SQLite: added TODO to make it clear which reports should be fixed in the future

This commit is contained in:
Kenichi Ishigaki 2009-01-29 03:56:11 +00:00
parent b517f0ffd5
commit 581b3d9391

27
TODO Normal file
View file

@ -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.