From c04dacc92b4c2bdeb2879b88bed1d86dd793132a Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Thu, 19 Aug 2010 16:39:58 -0700 Subject: [PATCH] Fix perl dep --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index 69d53dc..86850c9 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.10', + 'perl' => '5.10.0', 'CGI::Session' => 0, 'Config::General' => 0, 'DBI' => 0, -- 2.11.4.GIT