[libtest-simple-perl] branch master updated (a187b18 -> dd85b99)

gregor herrmann gregoa at debian.org
Mon Feb 19 19:16:29 UTC 2018


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  a187b18   update changelog
      adds  dfd68d1   Automated Version Bump
      adds  fb84c7c   Add 'Render' facet
      adds  32cc6d7   Update Copyright
      adds  076accd   v1.302121
      adds  fcf50ad   Automated Version Bump
      adds  310798f   Mode for render facet
      adds  ba0e238   v1.302122
      adds  797fecb   New upstream version 1.302122
       new  258128d   Update upstream source from tag 'upstream/1.302122'
       new  e707c66   Update debian/changelog
       new  dd00b4b   Update years of upstream and packaging copyright.
       new  92cc472   Bump debhelper compatibility level to 10.
       new  dd85b99   releasing package libtest-simple-perl version 1.302122-1

The 5 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                                 |   9 +++
 LICENSE                                 |   6 +-
 MANIFEST                                |   1 +
 META.json                               |   4 +-
 META.yml                                |   2 +-
 Makefile.PL                             |   2 +-
 README                                  |   2 +-
 README.md                               |   2 +-
 debian/changelog                        |  10 ++-
 debian/compat                           |   2 +-
 debian/control                          |   2 +-
 debian/copyright                        |   4 +-
 lib/Test/Builder.pm                     |   2 +-
 lib/Test/Builder/Formatter.pm           |   4 +-
 lib/Test/Builder/Module.pm              |   2 +-
 lib/Test/Builder/Tester.pm              |   2 +-
 lib/Test/Builder/Tester/Color.pm        |   2 +-
 lib/Test/Builder/TodoDiag.pm            |   4 +-
 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                            |   4 +-
 lib/Test2/API.pm                        |   4 +-
 lib/Test2/API/Breakage.pm               |   4 +-
 lib/Test2/API/Context.pm                |   4 +-
 lib/Test2/API/Instance.pm               |   4 +-
 lib/Test2/API/Stack.pm                  |   4 +-
 lib/Test2/Event.pm                      |   4 +-
 lib/Test2/Event/Bail.pm                 |   4 +-
 lib/Test2/Event/Diag.pm                 |   4 +-
 lib/Test2/Event/Encoding.pm             |   4 +-
 lib/Test2/Event/Exception.pm            |   4 +-
 lib/Test2/Event/Fail.pm                 |   4 +-
 lib/Test2/Event/Generic.pm              |   4 +-
 lib/Test2/Event/Note.pm                 |   4 +-
 lib/Test2/Event/Ok.pm                   |   4 +-
 lib/Test2/Event/Pass.pm                 |   4 +-
 lib/Test2/Event/Plan.pm                 |   4 +-
 lib/Test2/Event/Skip.pm                 |   4 +-
 lib/Test2/Event/Subtest.pm              |   4 +-
 lib/Test2/Event/TAP/Version.pm          |   4 +-
 lib/Test2/Event/Waiting.pm              |   4 +-
 lib/Test2/EventFacet.pm                 |   4 +-
 lib/Test2/EventFacet/About.pm           |   4 +-
 lib/Test2/EventFacet/Amnesty.pm         |   4 +-
 lib/Test2/EventFacet/Assert.pm          |   4 +-
 lib/Test2/EventFacet/Control.pm         |   4 +-
 lib/Test2/EventFacet/Error.pm           |   4 +-
 lib/Test2/EventFacet/Info.pm            |   4 +-
 lib/Test2/EventFacet/Meta.pm            |   4 +-
 lib/Test2/EventFacet/Parent.pm          |   4 +-
 lib/Test2/EventFacet/Plan.pm            |   4 +-
 lib/Test2/EventFacet/Render.pm          | 106 ++++++++++++++++++++++++++++++++
 lib/Test2/EventFacet/Trace.pm           |   4 +-
 lib/Test2/Formatter.pm                  |   4 +-
 lib/Test2/Formatter/TAP.pm              |   4 +-
 lib/Test2/Hub.pm                        |   4 +-
 lib/Test2/Hub/Interceptor.pm            |   4 +-
 lib/Test2/Hub/Interceptor/Terminator.pm |   4 +-
 lib/Test2/Hub/Subtest.pm                |   4 +-
 lib/Test2/IPC.pm                        |   4 +-
 lib/Test2/IPC/Driver.pm                 |   4 +-
 lib/Test2/IPC/Driver/Files.pm           |   4 +-
 lib/Test2/Tools/Tiny.pm                 |   4 +-
 lib/Test2/Transition.pod                |   2 +-
 lib/Test2/Util.pm                       |   4 +-
 lib/Test2/Util/ExternalMeta.pm          |   4 +-
 lib/Test2/Util/Facets2Legacy.pm         |   2 +-
 lib/Test2/Util/HashBase.pm              |   4 +-
 lib/Test2/Util/Trace.pm                 |   4 +-
 lib/ok.pm                               |   2 +-
 75 files changed, 247 insertions(+), 125 deletions(-)
 create mode 100644 lib/Test2/EventFacet/Render.pm

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