Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 4339
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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