aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
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,