From 60f55fde785b6e0694bab177279eadc6ea7ec29e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 2 Jan 2014 06:07:12 +0100 Subject: Build.PL: need to specify the minor version --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index 8824489..e3a8fc3 100644 --- a/Build.PL +++ b/Build.PL @@ -16,7 +16,7 @@ Module::Build->new( module_name => 'Travel::Status::DE::IRIS', license => 'perl', requires => { - 'perl' => '5.18', + 'perl' => '5.18.0', 'Carp' => 0, 'Getopt::Long' => 0, 'LWP::UserAgent' => 0, -- cgit v1.2.3