From 12374e2c418f8bd2eed9af4ace8eae55ecdfa383 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 26 May 2012 09:54:03 +0200 Subject: Add -U / --as-contact option Only operative on services visible to . Most useful for -ls --- Build.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Build.PL') 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, }, -- cgit v1.2.3