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 1a956a2949c03a1d9b84d3bf0b8a6c35ae11dbfc Author: glauschwuffel <[email protected]> Date: Sat Apr 5 15:59:17 2014 +0200 Removed use of File::Find since it's not needed here and it interferes with Brownie's find keyword File::Find is imported but not used in StepFile.pm. Removed import since the module Brownie::DSL has it’s own function ›find‹. --- lib/Test/BDD/Cucumber/StepFile.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Test/BDD/Cucumber/StepFile.pm b/lib/Test/BDD/Cucumber/StepFile.pm index 67fd40f..ec32984 100755 --- a/lib/Test/BDD/Cucumber/StepFile.pm +++ b/lib/Test/BDD/Cucumber/StepFile.pm @@ -8,7 +8,6 @@ Test::BDD::Cucumber::StepFile - Functions for creating and loading Step Definiti use strict; use warnings; -use File::Find; require Exporter; our @ISA = qw(Exporter); -- 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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
