summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-01-02 06:07:12 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-01-02 06:07:12 +0100
commit60f55fde785b6e0694bab177279eadc6ea7ec29e (patch)
tree7df4087fa120236d1f5265091d756c6b94bc8c18 /Build.PL
parent8f5ec8ce7b92038e0e24ac2e3def67313ffcbe71 (diff)
Build.PL: need to specify the minor version
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
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,