Skip to content

Commit

Permalink
appears to be a good idea suing noperldoc opt.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Oct 25, 2011
1 parent 51917a3 commit c65028f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/App/perlbrew.pm
Expand Up @@ -418,10 +418,11 @@ sub run_command_help {
open my $fh, ">", \$out;

Pod::Usage::pod2usage(
-exitval => "NOEXIT",
-verbose => 99,
-sections => "COMMAND: " . uc($status),
-output => $fh,
-exitval => "NOEXIT",
-verbose => 99,
-sections => "COMMAND: " . uc($status),
-output => $fh,
-noperldoc => 1
);

$out =~ s/\A[^\n]+\n//s;
Expand Down

0 comments on commit c65028f

Please sign in to comment.