summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-05-26 09:54:03 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-05-26 09:54:03 +0200
commit12374e2c418f8bd2eed9af4ace8eae55ecdfa383 (patch)
treec427fb8136bc86cbf0d9a2237f75592c45b2f531 /Build.PL
parent060c5c467552d12b84ebbb25c07f608342f1b8c7 (diff)
Add -U / --as-contact option
Only operative on services visible to <contact name>. Most useful for -ls
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,
},