[libtest-simple-perl] branch master updated (ff02793 -> 1caf5a5)

gregor herrmann gregoa at debian.org
Sun Sep 4 15:49:55 UTC 2016


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  ff02793   update changelog
      adds  f760bd2   Slack notifications from travis
      adds  4812abb   simplify Makefile.PL generation by falling back to core [MakeMaker]
      adds  d2730e0   Merge pull request #698 from Test-More/topic/distini_duallife
      adds  923b466   Add contact info (slack and irc)
      adds  c64cc44   Version Bump
      adds  e723709   v1.302050
      adds  fca9dfa   Add a config for AppVeyor.
      adds  fe27d93   Add authordeps to the AppVeyor config.
      adds  b652069   Add AppVeyor Slack notifications
      adds  c40b47f   Travis: Only notify Slack on failure or return to success.
      adds  e312ab7   fix failing contxt( hub => $hub )
      adds  a1c0ea2   Merge pull request #699 from tokubass/context_arg
      adds  7a77c1f   Version Bump
      adds  38694c0   v1.302051
      adds  4245b21   Version Bump
      adds  3476803   v1.302052
      adds  4bb7a34   New upstream version 1.302052
       new  8a6b0ac   Merge tag 'upstream/1.302052'
       new  e5a6407   Update debian/changelog
       new  f25045a   Drop build dependency on libtest-pod-coverage-perl.
       new  1caf5a5   releasing package libtest-simple-perl version 1.302052-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 ++++
 MANIFEST                                |   1 +
 META.json                               |   2 +-
 META.yml                                |   2 +-
 Makefile.PL                             |  16 +++--
 README                                  | 100 +++++++++++++++++++++-----------
 README.md                               |  19 +++++-
 appveyor.yml                            |  27 +++++++++
 debian/changelog                        |   6 +-
 debian/control                          |  15 ++---
 dist.ini                                |   5 +-
 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                            |  10 +++-
 lib/Test2/API.pm                        |   4 +-
 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                      |   2 +-
 lib/Test2/Event/Bail.pm                 |   2 +-
 lib/Test2/Event/Diag.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/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/Util.pm                       |   2 +-
 lib/Test2/Util/ExternalMeta.pm          |   2 +-
 lib/Test2/Util/HashBase.pm              |   2 +-
 lib/Test2/Util/Trace.pm                 |   2 +-
 lib/ok.pm                               |   2 +-
 t/Test2/modules/API.t                   |   8 +++
 57 files changed, 205 insertions(+), 108 deletions(-)
 create mode 100644 appveyor.yml

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