[libtest2-perl] branch master updated (834e22d -> 8371264)
gregor herrmann
gregoa at debian.org
Fri May 6 18:40:38 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 834e22d releasing package libtest2-perl version 0.000042-1
adds 844eb37 Post-release version bump
adds 6dc0cc0 Typo fix in docs
adds 8d565cb Add docs to Event.pm for 2 subs
adds e35fbce Make init() errors report to the right place.
adds 40a4db5 Update Changes
adds 8df48d7 Backport changes form the Test-Simple dist until it is released
adds 03e3674 v0.000043
adds 0f4ddc5 Fix bugs from last release
adds fff1521 v0.000044
adds 6140d02 Imported Upstream version 0.000044
new b0e88cd Merge tag 'upstream/0.000044'
new d6bd22e Update debian/changelog
new 53698d9 Drop spelling.patch, merged upstream.
new e03c5bb Add a couple of Breaks to debian/control.
new b34da88 Add patch to fix POD syntax problem.
new 8371264 releasing package libtest2-perl version 0.000044-1
The 6 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 | 10 ++
MANIFEST | 6 +-
META.json | 20 ++-
META.yml | 19 ++-
Makefile.PL | 4 +-
debian/changelog | 9 ++
debian/control | 14 ++
debian/patches/pod-syntax.patch | 18 +++
debian/patches/series | 2 +-
debian/patches/spelling.patch | 18 ---
lib/Test2.pm | 10 +-
lib/Test2/API.pm | 40 ++++--
lib/Test2/API/Breakage.pm | 165 ++++++++++++++++++++++
lib/Test2/API/Context.pm | 10 +-
lib/Test2/API/Instance.pm | 41 ++++--
lib/Test2/API/Stack.pm | 10 +-
lib/Test2/Event.pm | 20 +--
lib/Test2/Event/Bail.pm | 10 +-
lib/Test2/Event/Diag.pm | 10 +-
lib/Test2/Event/Exception.pm | 10 +-
lib/Test2/Event/Note.pm | 10 +-
lib/Test2/Event/Ok.pm | 10 +-
lib/Test2/Event/Plan.pm | 10 +-
lib/Test2/Event/Skip.pm | 10 +-
lib/Test2/Event/Subtest.pm | 10 +-
lib/Test2/Event/Waiting.pm | 10 +-
lib/Test2/Formatter.pm | 12 +-
lib/Test2/Formatter/TAP.pm | 14 +-
lib/Test2/Hub.pm | 10 +-
lib/Test2/Hub/Interceptor.pm | 10 +-
lib/Test2/Hub/Interceptor/Terminator.pm | 10 +-
lib/Test2/Hub/Subtest.pm | 10 +-
lib/Test2/IPC.pm | 10 +-
lib/Test2/IPC/Driver.pm | 10 +-
lib/Test2/IPC/Driver/Files.pm | 14 +-
lib/Test2/Transition.pod | 242 ++++++++++++++++++++++++++++++--
lib/Test2/Util.pm | 10 +-
lib/Test2/Util/ExternalMeta.pm | 10 +-
lib/Test2/Util/HashBase.pm | 13 +-
lib/Test2/Util/Trace.pm | 10 +-
t/behavior/init_croak.t | 28 ++++
t/modules/API/Breakage.t | 89 ++++++++++++
t/modules/API/Instance.t | 54 +++++++
t/regression/no_name_in_subtest.t | 13 ++
44 files changed, 827 insertions(+), 248 deletions(-)
create mode 100644 debian/patches/pod-syntax.patch
delete mode 100644 debian/patches/spelling.patch
create mode 100644 lib/Test2/API/Breakage.pm
create mode 100644 t/behavior/init_croak.t
create mode 100644 t/modules/API/Breakage.t
create mode 100644 t/regression/no_name_in_subtest.t
--
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