From 35f91fe215c5354fd88abd994d731e96ac2a9f4a Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 1 Dec 2018 13:53:07 +0900 Subject: [PATCH] replaced a link to search.cpan.org with the equivalent metacpan.org link --- lib/DBD/SQLite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 19e4294..f3f80f2 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1800,7 +1800,7 @@ returns true if the database file exists (or the database is in-memory), and the The following methods can be called via the func() method with a little tweak, but the use of func() method is now discouraged by the L author for various reasons (see DBI's document -L +L for details). So, if you're using L >= 1.608, use these C methods. If you need to use an older L, you can call these like this: