[libtest-bdd-cucumber-perl] 34/52: Removed export of junk functions that were never defined and defined twice

Intrigeri intrigeri at moszumanska.debian.org
Thu Jun 19 10:18:35 UTC 2014


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 d1f9cbc6ac8f10e7214969ec3a3d5bd3384d7288
Author: glauschwuffel <glauschwuffel at nomaden.org>
Date:   Thu May 29 20:38:32 2014 +0200

    Removed export of junk functions that were never defined and defined twice
---
 lib/Test/BDD/Cucumber/StepFile.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Test/BDD/Cucumber/StepFile.pm b/lib/Test/BDD/Cucumber/StepFile.pm
index 8cc34a4..36e4ac3 100755
--- a/lib/Test/BDD/Cucumber/StepFile.pm
+++ b/lib/Test/BDD/Cucumber/StepFile.pm
@@ -13,7 +13,7 @@ use Carp qw/croak/;
 use Test::BDD::Cucumber::I18n qw(languages langdef keyword_to_subname);
 require Exporter;
 our @ISA = qw(Exporter);
-our @EXPORT = qw(Givenn When Then Step Transform Before After C S Angenommen);
+our @EXPORT = qw(Step Transform Before After C S);
 
 our @definitions;
 

-- 
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