Skip to content

Commit

Permalink
passthrough unknown commandline options to allow use by Harness plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
benningm committed Oct 27, 2014
1 parent 31c24ad commit d433869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/pherkin.pm
Expand Up @@ -97,7 +97,7 @@ sub _process_arguments {
local @ARGV = @args;

# Allow -Ilib, -bl
Getopt::Long::Configure('bundling');
Getopt::Long::Configure('bundling', 'pass_through');

my $includes = [];
my $tags = [];
Expand Down

0 comments on commit d433869

Please sign in to comment.