From ea048cff9b0940d246486470b4f7d172490b403e Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sat, 30 Jul 2011 22:55:11 +0300 Subject: [PATCH] Bump Perl prerequisite to 5.10.1 --- Makefile.PL | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 0fbe5f9..de83dca 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use warnings; use strict; -use 5.008009; +use 5.010001; use ExtUtils::MakeMaker; use ExtUtils::PkgConfig; use ExtUtils::Depends; @@ -34,9 +34,6 @@ WriteMakefile( ) : (), 'PREREQ_PM' => { -# Earlier versions may work. The module has been confirmed to work with: -# Optional: -'Test::Pod' => 1.44, # }, LICENSE => 'lgpl', dist => { -- 2.11.4.GIT