[libtest-fatal-perl] branch master updated (536e647 -> 4ca9ce8)
Florian Schlichting
fsfs at moszumanska.debian.org
Wed Jun 17 21:50:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libtest-fatal-perl.
from 536e647 update changelog
new e88a2f6 Add debian/upstream/metadata
new fee5b8e Update debian/changelog
adds 20f6be0 initial commit
adds 90564f3 the code!
adds 404b579 clear up some ambiguities
adds 2ded06a really basic tests
adds 02528bb rename gitignore entry
adds 686e409 v0.001
adds fa79094 tests for false exception
adds 53b3d40 fix prec. error in docs
adds 6fc11b1 suggest is/isnt to get better diagnostics
adds c0b7157 v0.002
adds 4776a2b tests that work on 5.13.1+
adds 213bb6d v0.003
adds ff806bf Ensure blocks after 'success' / 'exception' are executed
adds d275cf7 v0.004
adds 9f8eb97 fix the 5.13.1-related test logic
adds 225585a v0.005
adds cbbcc88 doc tweaks
adds fa04bd9 roll back prereqs a bit
adds 1623d7d add lives_ok, dies_ok (RT # 67598)
adds 640def0 changelog changes
adds ea39099 v0.006
adds 09824bb no no no! exception{} is & and not &@
adds dd3836c v0.007
adds cef2ef8 v0.008
adds 4cb18a0 add the missing word
adds 97571f9 advise against isnt(e{}, undef)
adds a0a2027 elaborate on previous advice
adds 116df1c v0.009
adds a912db0 test fix for perl 5.6
adds e6dc77f v0.010
adds d7d8f92 reword the Achtung! about wrapping calls that may generate stack traces
adds 60ec4cd try to fix $TODO not working when the user test uses $T::B::Level
adds 855aef2 update changelog
adds 4401aa1 v0.011
adds 0e9c1ae go back to auto-prereqs for Test::More
adds 210973c v0.012
adds 6a495ab v0.013
adds c58ba9b added convert-to-test-fatal, imported from the Moose repository
adds d7532e2 do not assume we know the format of the filename
adds 581f7ac v0.014
adds 502f52d Imported Upstream version 0.014
new d2d11c7 Merge tag 'upstream/0.014'
new 42c3397 Update debian/changelog
new 5f270e1 Update packaging copyright years
new 2bb7435 Declare compliance with Debian Policy 3.9.6
new 5ab5140 Add autopkgtest header
new 4ca9ce8 update changelog for release
The 8 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 | 3 +
LICENSE | 2 +-
MANIFEST | 6 +-
META.json | 348 +++++++++++++++++++++++++++++++--------
META.yml | 303 ++++++++++++++++++++++++++--------
Makefile.PL | 52 +++---
README | 4 +-
debian/changelog | 13 +-
debian/control | 3 +-
debian/copyright | 2 +-
debian/upstream/metadata | 7 +
examples/convert-to-test-fatal | 128 ++++++++++++++
lib/Test/Fatal.pm | 134 ++++++++++++++-
t/00-compile.t | 46 ------
t/00-report-prereqs.dd | 36 ++++
t/00-report-prereqs.t | 176 ++++++++++++++++++++
t/000-report-versions-tiny.t | 84 ----------
t/todo.t | 10 +-
xt/release/changes_has_content.t | 2 +-
xt/release/pod-syntax.t | 5 +-
20 files changed, 1038 insertions(+), 326 deletions(-)
create mode 100644 debian/upstream/metadata
create mode 100755 examples/convert-to-test-fatal
delete mode 100644 t/00-compile.t
create mode 100644 t/00-report-prereqs.dd
create mode 100644 t/00-report-prereqs.t
delete mode 100644 t/000-report-versions-tiny.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-fatal-perl.git
More information about the Pkg-perl-cvs-commits
mailing list