[libtest-simple-perl] branch master updated (b08ee36 -> 20ee97a)

gregor herrmann gregoa at debian.org
Fri Jan 13 22:46:49 UTC 2017


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

gregoa pushed a change to branch master
in repository libtest-simple-perl.

      from  b08ee36   releasing package libtest-simple-perl version 1.302073-1
      adds  835eb8f   Automated Version Bump
      adds  039d242   Allow events and related objects to be easily converted to and from JSON
      adds  2d3440e   Merge pull request #741 from Test-More/autarch/event-json-serialization
      adds  60f6eff   fix perltidyrc situation
      adds  cbfa077   We do not use perlcritic
      adds  9dfc313   v1.302068
      adds  f98032c   Automated Version Bump
      adds  954677a   Subtests set effective_pass to true on all subevents which have this attribute
      adds  28b527d   Merge pull request #742 from Test-More/autarch/subtest-todo-subevents-pass
      adds  ecf7612   Generate HashBase form Object::Hashbase
      adds  4449c4a   v1.302069
      adds  fe9a1f4   Automated Version Bump
      adds  f775c33   Fix author spelling test
      adds  691f053   Add Encoding and TAP::Version events
      adds  9ecd455   Fix typo in Changes from past release
      adds  ce75ce9   Merge pull request #745 from Test-More/autarch/more-events
      adds  563ab26   Fix up the new events
      adds  05f36bc   v1.302070
      adds  44f3b95   Automated Version Bump
      adds  ac7da45   Update Changes
      adds  5eca7f1   v1.302071
      adds  ca5efb7   Automated Version Bump
      adds  82f6e0a   Expose tools.pl as Test2::Tools::Tiny
      adds  9120d31   v1.302072
      adds  a38671d   Automated Version Bump
      adds  485537d   Update Changes
      adds  c687365   v1.302073
      adds  47bdbe7   Automated Version Bump
      adds  33b3d80   Update perltidyrc
      adds  c71cd66   Do not outdent labels
      adds  753f95f   Make it possible to check if events are related
      adds  a613500   Merge branch 'related_events'
      adds  3bed9a5   Add 'no_fork' option to run_subtest
      adds  3ecc3a5   Merge branch 'subtest_no_fork'
      adds  c55b8a8   v1.302074
      adds  42253bc   Automated Version Bump
      adds  e27b691   Update Changes for release
      adds  e0e2b07   v1.302075
      adds  3e7df0b   New upstream version 1.302075
       new  98f1bbc   Merge tag 'upstream/1.302075'
       new  89e55b6   Update debian/changelog
       new  8d9006b   Update years of upstream and packaging copyright.
       new  20ee97a   releasing package libtest-simple-perl version 1.302075-1

The 4 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                                  | 12 +++++++
 LICENSE                                  |  6 ++--
 MANIFEST                                 |  2 ++
 META.json                                |  2 +-
 META.yml                                 |  2 +-
 Makefile.PL                              |  2 +-
 debian/changelog                         |  7 ++++
 debian/copyright                         |  4 +--
 lib/Test/Builder.pm                      |  2 +-
 lib/Test/Builder/Formatter.pm            |  2 +-
 lib/Test/Builder/Module.pm               |  2 +-
 lib/Test/Builder/Tester.pm               |  2 +-
 lib/Test/Builder/Tester/Color.pm         |  2 +-
 lib/Test/Builder/TodoDiag.pm             |  2 +-
 lib/Test/More.pm                         |  2 +-
 lib/Test/Simple.pm                       |  2 +-
 lib/Test/Tester.pm                       |  2 +-
 lib/Test/Tester/Capture.pm               |  2 +-
 lib/Test/Tester/CaptureRunner.pm         |  2 +-
 lib/Test/Tester/Delegate.pm              |  2 +-
 lib/Test/use/ok.pm                       |  2 +-
 lib/Test2.pm                             |  2 +-
 lib/Test2/API.pm                         | 27 ++++++++++++++-
 lib/Test2/API/Breakage.pm                |  2 +-
 lib/Test2/API/Context.pm                 |  2 +-
 lib/Test2/API/Instance.pm                |  2 +-
 lib/Test2/API/Stack.pm                   |  2 +-
 lib/Test2/Event.pm                       | 59 +++++++++++++++++++++++++-------
 lib/Test2/Event/Bail.pm                  |  2 +-
 lib/Test2/Event/Diag.pm                  |  2 +-
 lib/Test2/Event/Encoding.pm              |  2 +-
 lib/Test2/Event/Exception.pm             |  2 +-
 lib/Test2/Event/Generic.pm               |  2 +-
 lib/Test2/Event/Info.pm                  |  2 +-
 lib/Test2/Event/Note.pm                  |  2 +-
 lib/Test2/Event/Ok.pm                    |  2 +-
 lib/Test2/Event/Plan.pm                  |  2 +-
 lib/Test2/Event/Skip.pm                  |  2 +-
 lib/Test2/Event/Subtest.pm               |  2 +-
 lib/Test2/Event/TAP/Version.pm           |  2 +-
 lib/Test2/Event/Waiting.pm               |  2 +-
 lib/Test2/Formatter.pm                   |  2 +-
 lib/Test2/Formatter/TAP.pm               |  2 +-
 lib/Test2/Hub.pm                         |  2 +-
 lib/Test2/Hub/Interceptor.pm             |  2 +-
 lib/Test2/Hub/Interceptor/Terminator.pm  |  2 +-
 lib/Test2/Hub/Subtest.pm                 |  2 +-
 lib/Test2/IPC.pm                         |  2 +-
 lib/Test2/IPC/Driver.pm                  |  2 +-
 lib/Test2/IPC/Driver/Files.pm            |  2 +-
 lib/Test2/Tools/Tiny.pm                  |  2 +-
 lib/Test2/Util.pm                        |  2 +-
 lib/Test2/Util/ExternalMeta.pm           |  2 +-
 lib/Test2/Util/Trace.pm                  | 35 +++++++++++++++----
 lib/ok.pm                                |  2 +-
 t/Test2/behavior/trace_signature.t       | 43 +++++++++++++++++++++++
 t/Test2/regression/746-forking-subtest.t | 37 ++++++++++++++++++++
 xt/author/pod-spell.t                    |  3 ++
 58 files changed, 257 insertions(+), 72 deletions(-)
 create mode 100644 t/Test2/behavior/trace_signature.t
 create mode 100644 t/Test2/regression/746-forking-subtest.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-simple-perl.git



More information about the Pkg-perl-cvs-commits mailing list