From 631ef3df94e2afe581802d0c07cacb277579a89e Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 21 Aug 2009 00:38:46 +0000 Subject: [PATCH] DBD-SQLite: noted bugs of the bundled library should be reported to the sqlite developers, not to us --- lib/DBD/SQLite.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 641e2f4..071b274 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1372,6 +1372,8 @@ Bugs should be reported via the CPAN bug tracker at L +Note that bugs of bundled sqlite library (i.e. bugs in C) should be reported to the sqlite developers at sqlite.org via their bug tracker or via their mailing list. + =head1 AUTHOR Matt Sergeant Ematt@sergeant.orgE