mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
Bumping the Perl dep in the .pm up to 5.006 where it should be.
This commit is contained in:
parent
bea7e0f192
commit
6bf428a51d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
package DBD::SQLite;
|
package DBD::SQLite;
|
||||||
|
|
||||||
use 5.00503;
|
use 5.006;
|
||||||
use strict;
|
use strict;
|
||||||
use DBI 1.57 ();
|
use DBI 1.57 ();
|
||||||
use DynaLoader ();
|
use DynaLoader ();
|
||||||
|
|
Loading…
Add table
Reference in a new issue