summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index bd33bf0..8e97184 100644
--- a/Build.PL
+++ b/Build.PL
@@ -6,7 +6,7 @@ use Module::Build;
my $build = Module::Build->subclass(
code => q(
- sub ACTION_testauthor { shift->generic_tast(type => 'author') }
+ sub ACTION_testauthor { shift->generic_task(type => 'author') }
)
)->new(
build_requires => {
@@ -24,6 +24,7 @@ my $build = Module::Build->subclass(
'Carp' => 0,
'Date::Format' => 0,
'Getopt::Long' => 0,
+ 'List::MoreUtils' => 0,
'Term::ANSIColor' => 0,
'Term::Size' => 0,
},