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

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

This reverts commit 1dcd2228d1.
This commit is contained in:
Kenichi Ishigaki 2014-07-21 14:36:52 +09:00
parent 1dcd2228d1
commit dbc21164e8

View file

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