diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-05-26 09:54:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-05-26 09:54:03 +0200 |
commit | 12374e2c418f8bd2eed9af4ace8eae55ecdfa383 (patch) | |
tree | c427fb8136bc86cbf0d9a2237f75592c45b2f531 /Build.PL | |
parent | 060c5c467552d12b84ebbb25c07f608342f1b8c7 (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.PL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, }, |