From d805355f4a323d70f36f9394c414d9aeb27d5b00 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Thu, 5 Aug 2010 11:56:39 -0700 Subject: [PATCH] Bump our minimum Perl version to 5.10 ::rejoices:: --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index 9ea9d3b..69d53dc 100644 --- a/Build.PL +++ b/Build.PL @@ -18,7 +18,7 @@ my $build = Module::Build->new( # and now the list of perl module dependencies requires => { - 'perl' => '5.6.1', + 'perl' => '5.10', 'CGI::Session' => 0, 'Config::General' => 0, 'DBI' => 0, -- 2.11.4.GIT