From 1dcd2228d18cc6c4f4f1c1b956bdac4462c47f08 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 21 Jul 2014 14:22:03 +0900 Subject: [PATCH] bumped up the minimum perl version to 5.8.1 (the same as DBI) --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index ba70991..de582c2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;