mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
bumped up the minimum perl version to 5.8.1 (the same as DBI)
This commit is contained in:
parent
6ab97143c8
commit
1dcd2228d1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# From ExtUtils::MakeMaker 6.48 and DBI 1.43
|
||||
use 5.006;
|
||||
use 5.008001;
|
||||
use strict;
|
||||
use ExtUtils::MakeMaker;
|
||||
use Config;
|
||||
|
|
Loading…
Add table
Reference in a new issue