aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-08-30 11:10:59 +0200
committerAngelo Naselli <anaselli@linux.it>2014-08-30 11:10:59 +0200
commit91a8e9463084c9bfa2e106a5284017efceeb582f (patch)
treea2947e7a461aea047a6833dd670f625dfec761e9 /Makefile.PL
parent702d502e2110d513acd8bbf79a05ba56cd31c061 (diff)
downloadmanatools-91a8e9463084c9bfa2e106a5284017efceeb582f.tar
manatools-91a8e9463084c9bfa2e106a5284017efceeb582f.tar.gz
manatools-91a8e9463084c9bfa2e106a5284017efceeb582f.tar.bz2
manatools-91a8e9463084c9bfa2e106a5284017efceeb582f.tar.xz
manatools-91a8e9463084c9bfa2e106a5284017efceeb582f.zip
missing build required File::ShareDir::Install
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 6030f689..5b875f91 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,6 +20,7 @@ WriteMakefile(
},
BUILD_REQUIRES => {
'Test::More' => 0,
+ 'File::ShareDir::Install' => 0,
},
PREREQ_PM => {
"Moose" => 0,