aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-12-02 14:47:14 +0100
committerAngelo Naselli <anaselli@linux.it>2015-12-02 14:47:14 +0100
commit8184257ab33015c655c53f54f2c305b3a573973f (patch)
treeb78db3a2106bbeec1862cd286dd4cc8584227329 /Makefile.PL
parentee5cdfa7883cc6b0517b5ff5b3c5baeaefd51866 (diff)
downloadmanatools-8184257ab33015c655c53f54f2c305b3a573973f.tar
manatools-8184257ab33015c655c53f54f2c305b3a573973f.tar.gz
manatools-8184257ab33015c655c53f54f2c305b3a573973f.tar.bz2
manatools-8184257ab33015c655c53f54f2c305b3a573973f.tar.xz
manatools-8184257ab33015c655c53f54f2c305b3a573973f.zip
Changed constant values
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index b635caec..3bf0625d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,12 +21,13 @@ WriteMakefile(
},
BUILD_REQUIRES => {
'Test::More' => 0,
- 'File::ShareDir::Install' => 0,
+ 'File::ShareDir::Install' => 0,
},
PREREQ_PM => {
"Moose" => 0,
"Moose::Autobox" => 0,
- "MooseX::Getopt" => 0,
+ "MooseX::Getopt" => 0,
+ "MooseX::ClassAttribute" => 0,
"Config::Auto" => 0,
"Config::Hosts" => 0,
"Config::Tiny" => 0,