From 57e13adb359fcfbf0a526f2abcb83111f712c027 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 11 Jan 2016 18:42:37 +0900 Subject: [PATCH] create_module is for dbh, not sth --- 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 b8a2f1b..0797e72 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -2199,7 +2199,7 @@ Returns a hash reference that holds a set of status information of SQLite statem You may also pass 0 as an argument to reset the status. -=head2 $sth->sqlite_create_module() +=head2 $dbh->sqlite_create_module() Registers a name for a I. Module names must be registered before creating a new virtual table using the module and