This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to annotated tag 0.21 in repository libtest-bdd-cucumber-perl.
commit 516dce04efd33501c94cf00bd1bc767c0f166139 Author: Peter Sergeant <[email protected]> Date: Tue Jun 3 18:19:16 2014 +0100 0.21 --- CHANGES | 2 ++ dist.ini | 2 +- lib/Test/BDD/Cucumber/I18n.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index eabf072..1f09cae 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ ----- +0.21: 03 Jun 2014 + - Now works with 5.10.0 again 0.20: 03 Jun 2014 - Adding missed dependency from Paul Cochrane 0.19: 24 Apr 2014 diff --git a/dist.ini b/dist.ini index 2a5a048..27652f2 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Test-BDD-Cucumber -version = 0.20 +version = 0.21 abstract = Feature-complete Cucumber-style testing in Perl main_module = lib/Test/BDD/Cucumber.pm author = ['Peter Sergeant <[email protected]>','Ben Rogers <[email protected]>'] diff --git a/lib/Test/BDD/Cucumber/I18n.pm b/lib/Test/BDD/Cucumber/I18n.pm index 7795c33..21f9f87 100644 --- a/lib/Test/BDD/Cucumber/I18n.pm +++ b/lib/Test/BDD/Cucumber/I18n.pm @@ -69,7 +69,7 @@ sub _initialize_language_definitions_from_shared_json_file { } sub languages { - return keys $langdefs; + return keys %$langdefs; } sub has_language { -- 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
