lib/App/CLI.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Description: Fix typo in manpage
Origin: vendor
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=63798
Forwarded: no
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2011-04-23
--- a/lib/App/CLI.pm
+++ b/lib/App/CLI.pm
@@ -22,7 +22,7 @@
package MyApp::List;
use base qw(App::CLI::Command); # any (SUB)COMMAND of your App
- use constant options => qw(
+ use constant options => (
"h|help" => "help",
"verbose" => "verbose",
'n|name=s' => 'name',