diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-08-30 11:10:59 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-08-30 11:10:59 +0200 |
commit | 91a8e9463084c9bfa2e106a5284017efceeb582f (patch) | |
tree | a2947e7a461aea047a6833dd670f625dfec761e9 | |
parent | 702d502e2110d513acd8bbf79a05ba56cd31c061 (diff) | |
download | manatools-91a8e9463084c9bfa2e106a5284017efceeb582f.tar manatools-91a8e9463084c9bfa2e106a5284017efceeb582f.tar.gz manatools-91a8e9463084c9bfa2e106a5284017efceeb582f.tar.bz2 manatools-91a8e9463084c9bfa2e106a5284017efceeb582f.tar.xz manatools-91a8e9463084c9bfa2e106a5284017efceeb582f.zip |
missing build required File::ShareDir::Install
-rw-r--r-- | Makefile.PL | 1 |
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, |