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