1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

bumped up the minimum perl version to 5.8.1 (the same as DBI)

This commit is contained in:
Kenichi Ishigaki 2014-07-21 14:22:03 +09:00
parent 6ab97143c8
commit 1dcd2228d1

View file

@ -1,5 +1,5 @@
# From ExtUtils::MakeMaker 6.48 and DBI 1.43 # From ExtUtils::MakeMaker 6.48 and DBI 1.43
use 5.006; use 5.008001;
use strict; use strict;
use ExtUtils::MakeMaker; use ExtUtils::MakeMaker;
use Config; use Config;