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

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

commit 175738426d4ca2cd719c9b93919bae22c63a58fe
Merge: af76e42 797eea7
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Jun 7 13:54:25 2014 +0200

    Merge tag 'upstream/0.23'
    
    Upstream version 0.23

 CHANGES                                            |  19 +
 MANIFEST                                           |   9 +-
 META.yml                                           |   6 +-
 Makefile.PL                                        |   8 +-
 README                                             |   4 +-
 README.pod                                         |  22 +-
 TODO                                               |   4 -
 bin/pherkin                                        |   8 +-
 dist.ini                                           |   4 +-
 examples/calculator/features/basic.feature.es      |  63 ++
 .../features/step_definitions/calculator_steps.pl  |  56 +-
 .../features/step_definitions/basic_steps.pl       |  29 +-
 examples/i18n_de/features/basic.feature            |  75 ++
 .../features/step_definitions/calculator_steps.pl  |  92 ++
 .../features/step_definitions/basic_steps.pl       |  29 +-
 lib/App/pherkin.pm                                 |  67 +-
 lib/Test/BDD/Cucumber.pm                           |  26 +-
 lib/Test/BDD/Cucumber/Executor.pm                  |  34 +-
 lib/Test/BDD/Cucumber/Harness.pm                   |   6 +-
 lib/Test/BDD/Cucumber/Harness/Data.pm              |   6 +-
 lib/Test/BDD/Cucumber/Harness/TermColor.pm         |   6 +-
 lib/Test/BDD/Cucumber/Harness/TestBuilder.pm       |   6 +-
 lib/Test/BDD/Cucumber/I18N/Data.pm                 | 940 +++++++++++++++++++++
 lib/Test/BDD/Cucumber/I18n.pm                      | 113 +++
 lib/Test/BDD/Cucumber/Loader.pm                    |   7 +-
 lib/Test/BDD/Cucumber/Manual/Architecture.pod      |   6 +-
 lib/Test/BDD/Cucumber/Manual/Integration.pod       |   4 +-
 lib/Test/BDD/Cucumber/Manual/Steps.pod             |  38 +-
 lib/Test/BDD/Cucumber/Manual/Tutorial.pod          |  99 ++-
 lib/Test/BDD/Cucumber/Model/Document.pm            |   6 +-
 lib/Test/BDD/Cucumber/Model/Feature.pm             |  15 +-
 lib/Test/BDD/Cucumber/Model/Line.pm                |   6 +-
 lib/Test/BDD/Cucumber/Model/Result.pm              |   4 +-
 lib/Test/BDD/Cucumber/Model/Scenario.pm            |   6 +-
 lib/Test/BDD/Cucumber/Model/Step.pm                |   6 +-
 lib/Test/BDD/Cucumber/Model/TagSpec.pm             |   4 +-
 lib/Test/BDD/Cucumber/Parser.pm                    | 255 +++---
 lib/Test/BDD/Cucumber/StepContext.pm               |  29 +-
 lib/Test/BDD/Cucumber/StepFile.pm                  |  82 +-
 lib/Test/BDD/Cucumber/Util.pm                      |   6 +-
 t/210_background_sections.t                        |   3 +-
 t/240-localized-features.t                         |  23 +
 t/250-i18n-json.t                                  |  11 +
 t/310_auto_corpus.t                                |   1 +
 t/700_tag_processing.t                             |   1 +
 t/800_regressions_010_too_few_features.t           |   2 +-
 t/900_run_cucumber_tests.t                         |   2 +-
 .../step_definitions/core_steps.pl                 | 115 ++-
 .../step_definitions/tag_steps.pl                  |  35 +-
 .../010_greedy_table_parsing/test_steps.pl         |  15 +-
 50 files changed, 1986 insertions(+), 427 deletions(-)

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