[libtest-script-perl] branch master updated (3282a45 -> 54ee916)
gregor herrmann
gregoa at debian.org
Fri May 6 18:45:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libtest-script-perl.
from 3282a45 releasing package libtest-script-perl version 1.10-2
adds 8dcfb87 Commiting first version of Test-Script
adds 98ff58d Bug fix
adds a2e1108 Force a relatively modern Test::Builder::Tester (due to the earlier problems with it)
adds 28aa270 Completing Test::Script
adds 40356ec Preparing for release
adds 35478f1 Adding extra diag (didn't have time to fix the tests though)
adds d2e419b Removing a bad diag, and adding an include to blib
adds 8a1b635 etc
adds 239c44f Incrementing release to get new packaging and tests
adds 674f240 Converting every use of build_requires: to test_requires: for future compatibility with the FreeBSD test_requires metadata upgrade
adds 73ce615 Preparing for Test::Script release
adds a0b41bd Moving to another test release
adds eaa4403 Whitespace change
adds 7072ff7 Correcting $/s --> \z/s
adds a3a99d6 First pass for the new release
adds 86bdd5b Ready for release
adds ea35373 Small bug fixes
adds 869442c Second attempt to fix the Using bug
adds 63af3af remove extranious execute bits
adds 99a0cbf Fix usage with blib (rt81222, rt102743)
adds de6aac0 add gitignore
adds aee6cc5 compatability with old version of Test::Builder::Tester rt81335
adds 458c0a3 migrate to Dist::Zilla
adds 46c40e3 unix line endings
adds 365af47 remove tabs
adds 0fca876 use warnings; use our
adds 0dceb37 v1.08
adds f51ce43 add a synopsis
adds 1728586 add more relevant see alsos
adds 684b5b6 die in IPC::Run3::run3 fails test rather than whole test script
adds b585ca6 signals are failures too
adds d09fa62 interface to stdin
adds db39ad2 script_stdout_like and script_stdout_unlike
adds 520e6aa implementation for script_stderr_like and script_stderr_unlike
adds 48772f5 doco
adds be98379 is and isnt varients
adds 192ee19 interface for capturing stdout and stderr
adds 1f38e06 test names
adds 8980dc7 fix for windows
adds 73026d7 update release tests
adds 01153cc v1.09
adds 95117c5 inconsistent documentation is inconsistent
adds 719db74 apparently subtests without done_testing (or plan) requires 0.96 (#3)
adds d428762 work around for rt94685, rt46333, rt95308 and IPC-Run3/gh9
adds 3ee4ce7 v1.10
adds 3458b7f harmless but I did not mean to keep that
adds ddbbba7 caveat
adds 4526cae less awesome
adds 7aa6312 add travis
adds 1a4ad5c count .t as perl
adds 0b89073 clarify "support" for Perl 5.6
adds 02dc829 travis
adds 97a6dbc new diagnostic
adds 06d5a76 update release tests
adds e24732b slower but more reliable
adds 46de425 write some optional Test2 tests (also todo test for #5)
adds 5ae66c9 drop travis testing for 5.8
adds ff3f9e2 v1.11_01
adds 74f5504 this is one possible solution for #5
adds d009f80 v1.11_02
adds 5bcbcec check for IO errors on writing temp .pm file #5
adds 9dd945a v1.11_03
adds c657fd8 v1.12
adds e6fd276 Imported Upstream version 1.12
new 3cb9f43 Merge tag 'upstream/1.12'
new 07c202d Update debian/changelog
new a2bd93a Declare compliance with Debian Policy 3.9.8.
new 54ee916 releasing package libtest-script-perl version 1.12-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 | 15 +++++
MANIFEST | 8 ++-
META.json | 22 ++++++-
META.yml | 5 +-
Makefile.PL | 17 ++++--
README | 22 ++++++-
cpanfile | 18 +++++-
debian/changelog | 8 +++
debian/control | 2 +-
dist.ini | 27 +++++++--
lib/Test/Script.pm | 63 ++++++++++++++++----
run_test.pl | 18 ++++++
t/00_diag.t | 63 ++++++++++----------
t/00_diag.txt | 9 ---
t/00_diag2.t | 17 ------
t/02_compiles_good.t | 4 +-
t/03_compiles_bad.t | 4 +-
t/04_runs_good.t | 4 +-
t/05_runs_bad.t | 4 +-
t2/test_script__exports.t | 23 ++++++++
t2/test_script__script_compiles.t | 117 ++++++++++++++++++++++++++++++++++++++
t2/test_script__script_runs.t | 103 +++++++++++++++++++++++++++++++++
xt/release/pod_coverage.t | 2 +
23 files changed, 477 insertions(+), 98 deletions(-)
create mode 100644 run_test.pl
delete mode 100644 t/00_diag.txt
delete mode 100644 t/00_diag2.t
create mode 100644 t2/test_script__exports.t
create mode 100644 t2/test_script__script_compiles.t
create mode 100644 t2/test_script__script_runs.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-script-perl.git
More information about the Pkg-perl-cvs-commits
mailing list