[libtest-bdd-cucumber-perl] branch master updated (bf0de4e -> c0f6fbc)

Intrigeri intrigeri at moszumanska.debian.org
Sat Jun 24 10:53:53 UTC 2017


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  bf0de4e   update changelog
      adds  eca13bb   Feature sourcehandler
      adds  061d266   Latest `prove` feature magic
      adds  1344834   Pass-through options to prove
      adds  afa4a78   Parallelization works?
      adds  dbe41e1   'do' seems to require an absolute path in order to make @definitions stick
      adds  c6c259c   No sleep or warn needed :-/
      adds  4a5cf9a   Explicitly closing handles unblocks my 'prove' command
      adds  8aaf499   Document why we need rel2abs()
      adds  12c00ae   Merge pull request #109 from ehuelsmann/tap-source
      adds  563200b   * Add documentation for the TAP integration and the side-effects on hooks
      adds  bad1a17   * Wrap call to 'note()' in local Test::Builder
      adds  aa411dc   Merge pull request #114 from ehuelsmann/tap-source
      adds  0951ab8   Fix #83: Amend authors section -- all other sections were amended already
      adds  4ede99a   Update 'BUGS' section showing on GitHub frontpage: table and pystring interpolation long fixed
      adds  d22dc67   Merge pull request #93 from ehuelsmann/master
      adds  e2dfa84   Localized examples for features and step files in Spanish based on digest example
      adds  388bf6b   Merge pull request #103 from gbarco/spanish_i18n_examples
      adds  1e59daa   POD fixes
      adds  57baf90   Merge pull request #102 from grantm/pod-fixes
      adds  a2cb2af   * Fix documentation rendering by duplicating angle brackets
      adds  bb3e59f   Merge pull request #101 from ehuelsmann/fix-doc-rendering
      adds  bc6bced   Remove ref to now-removed Step stash; make 2 stash lines equivalent (fixes #96)
      adds  029d7f8   Merge pull request #104 from ehuelsmann/fix-96
      adds  8eb5427   Warn (loudly) when a step modifies C->stash
      adds  6191b49   Merge pull request #105 from ehuelsmann/fix-97
      adds  67dc59f   Remove unused $tag_scheme parameter in loader path
      adds  65148ab   Merge pull request #106 from ehuelsmann/fix-100
      adds  c3cf72e   Close #98: Rename 'outline_stash' to 'outline_state'
      adds  c918eb3   Merge pull request #107 from ehuelsmann/fix-98
      adds  c0bc69b   Remove duplicated and invalid key "scenarions" from json output
      adds  79e8e10   Merge pull request #108 from tomas-zemres/master
      adds  fef2df1   Merge remote-tracking branch 'upstream/master' into tap-source
      adds  d909926   Merge pull request #115 from ehuelsmann/tap-source
      adds  0fc57bd   Merge pull request #116 from pjlsergeant/tap-source
      adds  c63c1a3   0.51 release pieces
      adds  7dbdef2   * Add Perl 5.22 and 5.24 testing on Travis CI
      adds  73ffbe8   * Remove File::Slurp dependency which warns on Perl 5.24
      adds  ff0e78b   * Don't buffer piped output so prove can consume it immediately
      adds  e351f70   * 'skip_todo()' should be on our _tb() object
      adds  7d19f8e   0.52 gubbins
      adds  971477a   New upstream version 0.52
       new  42a3401   Merge tag 'upstream/0.52'
       new  72305c7   Drop {build,run}-time dependency on libfile-slurp-perl.
       new  3e7b769   debian/copyright: bump years for upstream copyright.
       new  d066723   debian/copyright: bump years for debian/*.
       new  ce62707   debian/rules: delete trailing whitespace.
       new  ad8d314   Don't include ParserOld.pm in the binary package.
       new  c0f6fbc   libtest-bdd-cucumber-perl (0.52-1)

The 7 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                                            |  10 ++
 LICENSE                                            |   6 +-
 MANIFEST                                           |   4 +
 META.yml                                           |   5 +-
 Makefile.PL                                        |   6 +-
 README                                             |   4 +-
 README.pod                                         |  12 +--
 bin/pherkin                                        |   2 +-
 debian/changelog                                   |  13 ++-
 debian/control                                     |   2 -
 debian/copyright                                   |   4 +-
 debian/rules                                       |   6 +-
 dist.ini                                           |   5 +-
 examples/i18n_es/features/basic.feature            |  37 +++++++
 .../features/step_definitions/basic_steps.pl       |  37 +++++++
 .../features/step_definitions/basic_steps.pl       |   2 +-
 harness.pl                                         |  11 ++
 lib/App/pherkin.pm                                 | 111 ++++++++++----------
 lib/TAP/Parser/SourceHandler/Feature.pm            | 112 +++++++++++++++++++++
 lib/Test/BDD/Cucumber.pm                           |  16 ++-
 lib/Test/BDD/Cucumber/Errors.pm                    |   4 +-
 lib/Test/BDD/Cucumber/Executor.pm                  |  27 ++---
 lib/Test/BDD/Cucumber/Extension.pm                 |  16 ++-
 lib/Test/BDD/Cucumber/Harness.pm                   |  10 +-
 lib/Test/BDD/Cucumber/Harness/Data.pm              |   4 +-
 lib/Test/BDD/Cucumber/Harness/JSON.pm              |   9 +-
 lib/Test/BDD/Cucumber/Harness/TermColor.pm         |   4 +-
 lib/Test/BDD/Cucumber/Harness/TestBuilder.pm       |  66 ++++++------
 lib/Test/BDD/Cucumber/I18N/Data.pm                 |   4 +-
 lib/Test/BDD/Cucumber/I18n.pm                      |   4 +-
 lib/Test/BDD/Cucumber/Loader.pm                    |  14 +--
 lib/Test/BDD/Cucumber/Manual/Architecture.pod      |  15 ++-
 lib/Test/BDD/Cucumber/Manual/Integration.pod       |  64 ++++++++++--
 lib/Test/BDD/Cucumber/Manual/Steps.pod             |  10 +-
 lib/Test/BDD/Cucumber/Manual/Tutorial.pod          |   4 +-
 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             |  12 +--
 lib/Test/BDD/Cucumber/Parser.pm                    |  38 +++----
 lib/Test/BDD/Cucumber/ParserOld.pm                 |   4 +-
 lib/Test/BDD/Cucumber/StepContext.pm               |  12 +--
 lib/Test/BDD/Cucumber/StepFile.pm                  |   9 +-
 lib/Test/BDD/Cucumber/TestBuilderDelegator.pm      |   2 +-
 lib/Test/BDD/Cucumber/Util.pm                      |   4 +-
 t/310_auto_corpus.t                                |  10 +-
 t/600_harness_json_output.t                        |  15 +++
 50 files changed, 551 insertions(+), 239 deletions(-)
 create mode 100644 examples/i18n_es/features/basic.feature
 create mode 100644 examples/i18n_es/features/step_definitions/basic_steps.pl
 create mode 100644 harness.pl
 create mode 100644 lib/TAP/Parser/SourceHandler/Feature.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