Skip to content

Commit

Permalink
Merge pull request #835 from altblue/exec-getopt-make-lonesome-dash-work
Browse files Browse the repository at this point in the history
App::perlbrew->run_command_exec: getopt nopass_through
  • Loading branch information
gugod authored Feb 12, 2025
2 parents 5451552 + dfeab1e commit 2e3796d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/perlbrew.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,7 @@ sub run_command_exec {
local (@ARGV) = @{ $self->{original_argv} };
Getopt::Long::Configure('require_order');
Getopt::Long::Configure( 'require_order', 'nopass_through' );
my @command_options = ( 'with=s', 'halt-on-error', 'min=s', 'max=s' );
$self->parse_cmdline( \%opts, @command_options );
Expand Down

0 comments on commit 2e3796d

Please # to comment.