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

intrigeri pushed a commit to annotated tag 0.19
in repository libtest-bdd-cucumber-perl.

commit 448c32e0e65978afe14f353bbc4a2d00e15a5487
Author: glauschwuffel <glauschwuf...@nomaden.org>
Date:   Sun May 18 22:00:28 2014 +0200

    missed cleanup from pull requst #6: the Loader doesn't have a language 
argument anymore
---
 lib/Test/BDD/Cucumber/Loader.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Test/BDD/Cucumber/Loader.pm b/lib/Test/BDD/Cucumber/Loader.pm
index 424c97a..0a47ed6 100644
--- a/lib/Test/BDD/Cucumber/Loader.pm
+++ b/lib/Test/BDD/Cucumber/Loader.pm
@@ -28,7 +28,7 @@ use Test::BDD::Cucumber::Parser;
 use Test::BDD::Cucumber::StepFile();
 
 sub load {
-    my ( $class, $path, $tag_scheme, $language ) = @_;
+    my ( $class, $path, $tag_scheme ) = @_;
 
     my $executor = Test::BDD::Cucumber::Executor->new();
 
@@ -52,7 +52,7 @@ sub load {
     # Grab the feature files
     my @features = map {
         my $file = $_;
-        my $feature = Test::BDD::Cucumber::Parser->parse_file( $file, 
$tag_scheme, $language );
+        my $feature = Test::BDD::Cucumber::Parser->parse_file( $file, 
$tag_scheme );
     } ( $file ? ($file.'') : File::Find::Rule
         ->file()
         ->name( '*.feature' )

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to