[libtest-bdd-cucumber-perl] branch master updated (550e8f4 -> 513974e)

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 change to branch master
in repository libtest-bdd-cucumber-perl.

      from  550e8f4   update changelog
      adds  3b38c0f   Imported Upstream version 0.45
       new  e53db98   Merge tag 'upstream/0.45'
       new  afb9bd2   Update debian/changelog
       new  6eba645   Update years of upstream copyright.
       new  ffcc42b   Add third-party copyright information to debian/copyright.
       new  3cac047   Declare compliance with Debian Policy 3.9.7.
       new  a522ac5   Add build dependency on libtest-exception-perl.
       new  b3cfb45   Add a patch to fix spelling mistakes in the documentation.
       new  513974e   releasing package libtest-bdd-cucumber-perl version 0.45-1

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                            |  17 +-
 MANIFEST                                           |  10 +
 META.yml                                           |   4 +-
 Makefile.PL                                        |   6 +-
 README                                             |   2 +-
 TODO                                               |   6 -
 bin/pherkin                                        |  54 ++++-
 debian/changelog                                   |  15 +-
 debian/control                                     |   3 +-
 debian/copyright                                   |  40 +++-
 debian/patches/series                              |   1 +
 debian/patches/spelling.patch                      |  27 +++
 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 +
 53 files changed, 1005 insertions(+), 176 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling.patch
 create mode 100644 examples/pherkin.yml
 create mode 100644 lib/Test/BDD/Cucumber/Extension.pm
 create mode 100644 t/270_scenario_outlines.t
 create mode 100644 t/710_configuration_profiles.t
 create mode 100644 t/720_extension_tests.t
 create mode 100644 t/lib/Test/CucumberExtensionCount.pm
 create mode 100644 t/lib/Test/CucumberExtensionPush.pm
 create mode 100644 t/pherkin_config_files/not_yaml.yaml
 create mode 100644 t/pherkin_config_files/readable.yaml
 create mode 100644 t/pherkin_config_files/top_level_array.yaml

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