mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -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;
|
||||
|
||||
use 5.00503;
|
||||
use 5.006;
|
||||
use strict;
|
||||
use DBI 1.57 ();
|
||||
use DynaLoader ();
|
||||
|
|
Loading…
Add table
Reference in a new issue