Subject: | $DBD::SQLite::version in addition to $dbh->{sqlite_version} |
It'd be really nice if you added something like the following to SQLite.xs
BOOT:
sv_setpv(get_sv("DBD::SQLite::version", TRUE), SQLITE_VERSION);
I like $VERSION to be the number of the perl version, and
$version the number of the wrapped library
(cause I like to check those without creating files)
thanks