1
0
Fork 0
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:
Adam Kennedy 2009-04-05 23:41:14 +00:00
parent bea7e0f192
commit 6bf428a51d

View file

@ -1,6 +1,6 @@
package DBD::SQLite;
use 5.00503;
use 5.006;
use strict;
use DBI 1.57 ();
use DynaLoader ();