[libtest-bdd-cucumber-perl] branch master updated (14c6c28 -> 0287750)

Intrigeri intrigeri at moszumanska.debian.org
Tue Jul 28 14:48:24 UTC 2015


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

intrigeri pushed a change to branch master
in repository libtest-bdd-cucumber-perl.

      from  14c6c28   Update debian/changelog.
      adds  123700a   Shutdown harness gracefully
      adds  0fb6256   Merge pull request #62 from lifus/fix_integration_manual
      adds  c6a0c23   Fixed document name as per https://github.com/pjlsergeant/test-bdd-cucumber-perl/issues/60
      adds  8566f75   Updated repository location
      adds  0fba680   0.35 - fixed Test::Builder wrapping issue
      adds  9b87e34   Imported Upstream version 0.35
       new  fa4e559   Merge tag 'upstream/0.35'
       new  282361f   Update debian/changelog.
       new  7f9dd11   debian/upstream/metadata: update upstream bug database and repository.
       new  0e02c9b   Add {runtime,build} dependency on libdevel-findref-perl and libdevel-refcount-perl.
       new  b12f918   debian/copyright: bump copyright years for the packaging.
       new  0287750   libtest-bdd-cucumber-perl (0.35-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                                          | 37 ++++++++++--------
 MANIFEST                                         |  1 +
 META.yml                                         |  8 ++--
 Makefile.PL                                      |  6 ++-
 README                                           |  2 +-
 README.pod                                       |  2 +-
 bin/pherkin                                      |  2 +-
 debian/changelog                                 | 14 +++++++
 debian/control                                   |  4 ++
 debian/copyright                                 |  2 +-
 debian/upstream/metadata                         |  4 +-
 dist.ini                                         | 10 +++--
 lib/App/pherkin.pm                               |  4 +-
 lib/Test/BDD/Cucumber.pm                         |  6 +--
 lib/Test/BDD/Cucumber/Errors.pm                  |  4 +-
 lib/Test/BDD/Cucumber/Executor.pm                | 41 ++++++++++++++++++--
 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    |  4 +-
 lib/Test/BDD/Cucumber/Manual/Integration.pod     |  8 ++--
 lib/Test/BDD/Cucumber/Manual/Steps.pod           |  4 +-
 lib/Test/BDD/Cucumber/Manual/Tutorial.pod        |  6 +--
 lib/Test/BDD/Cucumber/Model/Document.pm          |  4 +-
 lib/Test/BDD/Cucumber/Model/Feature.pm           |  6 +--
 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                  |  4 +-
 lib/Test/BDD/Cucumber/StepContext.pm             |  4 +-
 lib/Test/BDD/Cucumber/StepFile.pm                |  4 +-
 lib/Test/BDD/Cucumber/TestBuilderDelegator.pm    | 49 ++++++++++++++++++++++++
 lib/Test/BDD/Cucumber/Util.pm                    |  4 +-
 t/400_app_pherkin_harnesses.t                    |  1 +
 t/800_regressions_020_term_color_skipped_steps.t |  2 +-
 42 files changed, 208 insertions(+), 91 deletions(-)
 create mode 100644 lib/Test/BDD/Cucumber/TestBuilderDelegator.pm

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