[libtest-bdd-cucumber-perl] 01/08: Merge tag 'upstream/0.45'

gregor herrmann gregoa at debian.org
Sat Feb 13 13:49:16 UTC 2016


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 e53db98df5c1648171701563a175c9bc4676d5f7
Merge: 550e8f4 3b38c0f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 13 14:32:27 2016 +0100

    Merge tag 'upstream/0.45'
    
    Upstream version 0.45

 CHANGES                                            |  17 +-
 MANIFEST                                           |  10 +
 META.yml                                           |   4 +-
 Makefile.PL                                        |   6 +-
 README                                             |   2 +-
 TODO                                               |   6 -
 bin/pherkin                                        |  54 ++++-
 dist.ini                                           |   4 +-
 .../features/step_definitions/calculator_steps.pl  |   9 +-
 examples/pherkin.yml                               |  12 ++
 lib/App/pherkin.pm                                 | 240 +++++++++++++++++++--
 lib/Test/BDD/Cucumber.pm                           |   4 +-
 lib/Test/BDD/Cucumber/Errors.pm                    |  25 ++-
 lib/Test/BDD/Cucumber/Executor.pm                  | 149 ++++++++-----
 lib/Test/BDD/Cucumber/Extension.pm                 | 113 ++++++++++
 lib/Test/BDD/Cucumber/Harness.pm                   |   4 +-
 lib/Test/BDD/Cucumber/Harness/Data.pm              |   4 +-
 lib/Test/BDD/Cucumber/Harness/JSON.pm              |   4 +-
 lib/Test/BDD/Cucumber/Harness/TermColor.pm         |   4 +-
 lib/Test/BDD/Cucumber/Harness/TestBuilder.pm       |   4 +-
 lib/Test/BDD/Cucumber/I18N/Data.pm                 |   4 +-
 lib/Test/BDD/Cucumber/I18n.pm                      |   4 +-
 lib/Test/BDD/Cucumber/Loader.pm                    |   4 +-
 lib/Test/BDD/Cucumber/Manual/Architecture.pod      |   2 +-
 lib/Test/BDD/Cucumber/Manual/Integration.pod       |   2 +-
 lib/Test/BDD/Cucumber/Manual/Steps.pod             |   2 +-
 lib/Test/BDD/Cucumber/Manual/Tutorial.pod          |   2 +-
 lib/Test/BDD/Cucumber/Model/Document.pm            |   4 +-
 lib/Test/BDD/Cucumber/Model/Feature.pm             |   4 +-
 lib/Test/BDD/Cucumber/Model/Line.pm                |   4 +-
 lib/Test/BDD/Cucumber/Model/Result.pm              |   4 +-
 lib/Test/BDD/Cucumber/Model/Scenario.pm            |   4 +-
 lib/Test/BDD/Cucumber/Model/Step.pm                |   4 +-
 lib/Test/BDD/Cucumber/Model/TagSpec.pm             |   4 +-
 lib/Test/BDD/Cucumber/Parser.pm                    |  21 +-
 lib/Test/BDD/Cucumber/StepContext.pm               |  40 ++--
 lib/Test/BDD/Cucumber/StepFile.pm                  |   6 +-
 lib/Test/BDD/Cucumber/TestBuilderDelegator.pm      |   2 +-
 lib/Test/BDD/Cucumber/Util.pm                      |   4 +-
 t/270_scenario_outlines.t                          |  43 ++++
 t/710_configuration_profiles.t                     |  80 +++++++
 t/720_extension_tests.t                            |  88 ++++++++
 t/800_regressions_030_pherkin_external_libs.t      |   9 +-
 t/lib/Test/CucumberExtensionCount.pm               |  26 +++
 t/lib/Test/CucumberExtensionPush.pm                |  27 +++
 t/pherkin_config_files/not_yaml.yaml               |   2 +
 t/pherkin_config_files/readable.yaml               |  21 ++
 t/pherkin_config_files/top_level_array.yaml        |   3 +
 48 files changed, 923 insertions(+), 172 deletions(-)

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