[libtest-bdd-cucumber-perl] 01/25: passthrough unknown commandline options to allow use by Harness plugins

Intrigeri intrigeri at moszumanska.debian.org
Mon Apr 27 09:51:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libtest-bdd-cucumber-perl.

commit d433869ee9637e8f895d3e51764b1acf71e77454
Author: Markus Benning <ich at markusbenning.de>
Date:   Mon Oct 27 08:22:49 2014 +0100

    passthrough unknown commandline options to allow use by Harness plugins
---
 lib/App/pherkin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/App/pherkin.pm b/lib/App/pherkin.pm
index b87e628..a6eee13 100644
--- a/lib/App/pherkin.pm
+++ b/lib/App/pherkin.pm
@@ -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     = [];

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-bdd-cucumber-perl.git



More information about the Pkg-perl-cvs-commits mailing list