[libtest-bdd-cucumber-perl] branch master updated (e395156 -> 2a61417)

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Mar 10 02:49:32 UTC 2016


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

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

      from  e395156   Releasing libtest-bdd-cucumber-perl version 0.48-1
      adds  d71eebc   0.40 - Added step redispatch
      adds  50e710d   Fix various spelling errors
      adds  787aee5   Merge pull request #67 from jamessan/spelling-fixes
      adds  b198284   Attributed spelling corrections in CHANGES
      adds  5e1b828   * Resolve TODO item (Storable and Clone each used once)
      adds  da7aae0   Merge pull request #69 from ehuelsmann/single-clone
      adds  1d37f96   Fix explicit outline handling
      adds  a3c2003   Merge pull request #71 from ehuelsmann/explicit-outlines
      adds  8739123   Tests added for enforcing scenario outline, handle utf8 errors properly
      adds  32f1403   Add config file system similar to Behat (closes #65)
      adds  fd32557   Integrated configuration argument files
      adds  1c36b22   0.41 release
      adds  ca7b80d   Everything went through the project's perltidy
      adds  9eb9d11   Add hooks through loadable extensions
      adds  d0b6ae3   Add hooks through loadable extensions
      adds  d2bf16e   Set correct attribution
      adds  2ac43e9   Add tests for extension hooks
      adds  90a417e   On completion, do as Cucumber: call hooks in reverse order
      adds  972d685   * Test winding/unwinding of hooks in forward/reverse order
      adds  6995e5a   Merge pull request #66 from ehuelsmann/extensions
      adds  f83e980   0.42 - fixed debug-profiles
      adds  a3c665e   0.43: Some cleanup of extensions
      adds  923212d   Fixed grep usage for older Perls
      adds  5f52f90   Finally fixed configuration files I think
      adds  a5a7a42   Extensions loadable from the command line and config files
      adds  4058048   perltidy
      adds  8be021d   0.44 - hopefully stable for a while after a bunch of new features
      adds  2fdd5da   0.45 - remove some Moose gubbins
      adds  982a24e   Update documentation, after recent PR merges
      adds  a37fc8f   Parser simplification moved to issue #73
      adds  b946848   Merge pull request #74 from ehuelsmann/update-main-pod
      adds  18a771d   Update copyright years
      adds  494d281   Merge pull request #72 from ehuelsmann/copyright-update
      adds  ad32a09   Fix spelling errors (closes #75)
      adds  6a3acbd   Merge pull request #77 from ehuelsmann/spelling-fixes
      adds  7103336   Add test showing how escaping in tables fails
      adds  29b6815   Escaping the pipe character in tables now works
      adds  0d14cf8   Close #50 - run perltidy over the changes
      adds  4c0d75d   Merge pull request #76 from ehuelsmann/failed-table-escape
      adds  78a6f47   Add generic setup and teardown callbacks for extensions
      adds  cd0899e   Merge pull request #78 from ehuelsmann/pre-post-execute
      adds  79926f5   Started a 0.46 release, going to hold off until:
      adds  8ce31a7   Removed use of // so it works on old Perl again
      adds  efd9f92   Make Travis check older perl
      adds  bb18a35   Fixed Travis version number for old Perl
      adds  87b7270   Close #80: Include %options keys in list of accepted config keys
      adds  e4e1a11   Merge pull request #81 from ehuelsmann/issue-80
      adds  8b31ac7   Document extensions in the Architecture manual
      adds  7bb6bb4   Merge pull request #82 from ehuelsmann/architecture-extensions
      adds  83b69e8   0.47 release with pull-requests merged
      adds  fb628b9   0.48 - Cruft removed from build dir
      adds  7b21880   Added Gitter link
      adds  56bf569   Correct copy/pasto in post_step() documentation
      adds  04193ec   Merge pull request #85 from ehuelsmann/doc-improvements
      adds  de74107   Added a Gitter webhook for Travis
      adds  d6ec087   Read extension configuration from config file as a hash (and rename command line parameter 'extensions' to 'extension')
      adds  05438a5   Support extensions without configuration by providing an empty config hash
      adds  3d858a6   Improve error message for extensions configuration
      adds  2451217   Add extension configuration documentation
      adds  47fa4ef   Merge pull request #86 from ehuelsmann/improve-extension-config
      adds  73460c8   Add loading of step files indicated by extensions to pherkin
      adds  ebbae83   Change test code to be Windows compatible
      adds  4120b56   Merge pull request #88 from ehuelsmann/load-extension-steps
      adds  596e193   Weird YAML::Syck segfault causing Travis to fail. ENOTMYPROBLEM
      adds  e5bf355   0.49 release
      adds  d9cd1ab   Imported Upstream version 0.49
       new  155629c   Merge tag 'upstream/0.49'
       new  72c2719   Update debian/changelog
       new  2a61417   Releasing libtest-bdd-cucumber-perl version 0.49-1

The 3 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                                       |  3 ++
 META.yml                                      |  2 +-
 Makefile.PL                                   |  2 +-
 README                                        |  2 +-
 README.pod                                    | 14 ++++-
 bin/pherkin                                   | 32 +++++++++++-
 debian/changelog                              |  7 +++
 dist.ini                                      |  2 +-
 lib/App/pherkin.pm                            | 74 +++++++++++++++++++++------
 lib/Test/BDD/Cucumber.pm                      | 18 +++++--
 lib/Test/BDD/Cucumber/Errors.pm               |  4 +-
 lib/Test/BDD/Cucumber/Executor.pm             |  4 +-
 lib/Test/BDD/Cucumber/Extension.pm            |  6 +--
 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               |  4 +-
 lib/Test/BDD/Cucumber/StepContext.pm          |  4 +-
 lib/Test/BDD/Cucumber/StepFile.pm             |  4 +-
 lib/Test/BDD/Cucumber/TestBuilderDelegator.pm |  2 +-
 lib/Test/BDD/Cucumber/Util.pm                 |  4 +-
 t/710_configuration_profiles.t                | 33 ++++++++----
 t/pherkin_config_files/readable.yaml          |  6 ++-
 39 files changed, 207 insertions(+), 88 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