[libtest-bdd-cucumber-perl] branch master updated (af76e42 -> 3cad546)

gregor herrmann gregoa at debian.org
Sat Jun 7 12:04:52 UTC 2014


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  af76e42   libtest-bdd-cucumber-perl (0.18-1)
      adds  797eea7   Imported Upstream version 0.23
       new  1757384   Merge tag 'upstream/0.23'
       new  7e903f5   New upstream release.
       new  997a946   Update years of upstream copyright.
       new  ccbb0c4   Update (build) dependencies.
       new  d274680   Add a patch to fix POD error.
       new  3cad546   releasing package libtest-bdd-cucumber-perl version 0.23-1

The 6 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                                            |  19 +
 MANIFEST                                           |   9 +-
 META.yml                                           |   6 +-
 Makefile.PL                                        |   8 +-
 README                                             |   4 +-
 README.pod                                         |  22 +-
 TODO                                               |   4 -
 bin/pherkin                                        |   8 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   4 +-
 debian/copyright                                   |   2 +-
 debian/patches/pod.patch                           |  20 +
 debian/patches/series                              |   1 +
 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 +-
 55 files changed, 2020 insertions(+), 430 deletions(-)
 create mode 100644 debian/patches/pod.patch
 create mode 100644 debian/patches/series
 create mode 100644 examples/calculator/features/basic.feature.es
 create mode 100644 examples/i18n_de/features/basic.feature
 create mode 100644 examples/i18n_de/features/step_definitions/calculator_steps.pl
 create mode 100644 lib/Test/BDD/Cucumber/I18N/Data.pm
 create mode 100644 lib/Test/BDD/Cucumber/I18n.pm
 create mode 100644 t/240-localized-features.t
 create mode 100644 t/250-i18n-json.t

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