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