From 069c5fd7d6fed6833c604cde2c1583a9d1894241 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Fri, 27 Mar 2009 09:36:33 +0000 Subject: [PATCH] Fixing RT link --- lib/DBD/SQLite.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 2b61077..1c536cf 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -588,10 +588,11 @@ Which will prevent sqlite from doing fsync's when writing (which slows down non-transactional writes significantly) at the expense of some peace of mind. Also try playing with the cache_size pragma. -=head1 BUGS +=head1 SUPPORT -Likely to be many, please use -L for reporting bugs. +Bugs should be reported via the CPAN bug tracker at + +L =head1 AUTHOR