[libtest2-perl] branch master updated (afe92fe -> 1360b24)

gregor herrmann gregoa at debian.org
Mon Mar 21 20:50:23 UTC 2016


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

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

      from  afe92fe   releasing package libtest2-perl version 0.000030-1
      adds  e53a0e4   Post-release version bump
      adds  0e758c4   Apply spelling fixes
      adds  17381a9   Provide more helpful error message for missing hubs
      adds  f634128   Update README
      adds  e510fde   v0.000031
      adds  9c514be   Imported Upstream version 0.000031
       new  a6c4bf9   Merge tag 'upstream/0.000031'
       new  4060756   Update debian/changelog
       new  9cd2e9f   Drop spelling.patch, merged upstream.
       new  1360b24   releasing package libtest2-perl version 0.000031-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                                 |   6 +
 META.json                               |   2 +-
 META.yml                                |   2 +-
 Makefile.PL                             |   2 +-
 README                                  |   2 +-
 README.md                               |   8 +-
 debian/changelog                        |   7 +
 debian/patches/series                   |   1 -
 debian/patches/spelling.patch           | 515 --------------------------------
 lib/Test2.pm                            |   2 +-
 lib/Test2/API.pm                        |  48 +--
 lib/Test2/API/Context.pm                |   4 +-
 lib/Test2/API/Instance.pm               |  20 +-
 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/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              |   4 +-
 lib/Test2/Hub.pm                        |  30 +-
 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                 |   6 +-
 lib/Test2/IPC/Driver/Files.pm           |  18 +-
 lib/Test2/Transition.pod                |   4 +-
 lib/Test2/Util.pm                       |   2 +-
 lib/Test2/Util/ExternalMeta.pm          |   2 +-
 lib/Test2/Util/HashBase.pm              |   4 +-
 lib/Test2/Util/Trace.pm                 |   2 +-
 t/modules/API.t                         |   8 +-
 t/modules/API/Context.t                 |  22 +-
 t/modules/API/Instance.t                |   4 +-
 t/modules/IPC/Driver/Files.t            |   2 +-
 42 files changed, 136 insertions(+), 623 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch

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



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