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

Intrigeri intrigeri at moszumanska.debian.org
Mon Apr 27 09:51:11 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  3ea5932   releasing package libtest-bdd-cucumber-perl version 0.31-1
       new  d433869   passthrough unknown commandline options to allow use by Harness plugins
       new  2096f0b   add support for color themes in Harness::TermColor
       new  4867678   show path in message when no feature files found always use the last argument as features path
       new  da19744   Merge pull request #49 from benningm/master
       new  57ca3cb   0.32 release - Clean-up after benningm's PR     - Better colour selection     - Bump version number     - Add docs
       new  ba690a3   Update Tutorial.pod
       new  ba2bac9   Merge pull request #51 from poum/patch-1
       new  56a63f9   Bump JSON::MaybeXS to the first version with ->new() in it
       new  4d523d5   fix Test::BDD::Cucumber::StepContext link in the tutorial pod
       new  f218777   Merge pull request #54 from chylli/fix-pod-link
       new  7006df7   Add initial Travis CI configuration
       new  3f0c627   Merge pull request #56 from paultcochrane/pr/add_travis_ci
       new  8cc3d5c   Do not force overwrite $ENV{ANSI_COLOR_DISABLED} in bin/pherkin
       new  fc05aea   Merge pull request #57 from tomas-zemres/do-not-overwrite-ANSI_COLOR_DISABLED
       new  8ecac62   Load harness class inside _process_arguments in App::pherkin
       new  c845bd5   Extract "_run_tests" into separate method App::pherkin::run
       new  a9934ec   Merge pull request #58 from tomas-zemres/parallel-testing
       new  9cd5a06   Generate stable feature/scenario IDs in JSON output
       new  34cfb77   Merge pull request #59 from tomas-zemres/fix-stable-JSON-IDs
       new  1ba4b32   0.33 release - JSON IDs, minor App::pherkin refactor
       new  a1ffa8d   0.34 - JSON formatter tests running under Win32 again
       new  08526fd   Imported Upstream version 0.34
       new  812301b   Merge tag 'upstream/0.34'
       new  25160d0   Update upstream copyright years.
       new  14c6c28   Update debian/changelog.

The 25 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                                       | 16 +++++++
 LICENSE                                       |  6 +--
 META.yml                                      |  4 +-
 Makefile.PL                                   |  6 +--
 README                                        |  4 +-
 TODO                                          | 11 ++++-
 bin/pherkin                                   | 20 ++++++--
 debian/changelog                              |  7 +++
 debian/copyright                              |  2 +-
 dist.ini                                      |  4 +-
 lib/App/pherkin.pm                            | 36 ++++++++------
 lib/Test/BDD/Cucumber.pm                      |  4 +-
 lib/Test/BDD/Cucumber/Errors.pm               |  4 +-
 lib/Test/BDD/Cucumber/Executor.pm             |  4 +-
 lib/Test/BDD/Cucumber/Harness.pm              |  4 +-
 lib/Test/BDD/Cucumber/Harness/Data.pm         |  4 +-
 lib/Test/BDD/Cucumber/Harness/JSON.pm         | 13 +++--
 lib/Test/BDD/Cucumber/Harness/TermColor.pm    | 68 ++++++++++++++++++++++-----
 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  |  4 +-
 lib/Test/BDD/Cucumber/Manual/Steps.pod        |  4 +-
 lib/Test/BDD/Cucumber/Manual/Tutorial.pod     | 14 +++---
 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               |  4 +-
 lib/Test/BDD/Cucumber/StepContext.pm          |  4 +-
 lib/Test/BDD/Cucumber/StepFile.pm             |  4 +-
 lib/Test/BDD/Cucumber/Util.pm                 |  4 +-
 t/400_app_pherkin_harnesses.t                 |  3 +-
 t/600_harness_json_output.t                   | 32 ++++++++++---
 39 files changed, 229 insertions(+), 109 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