-------------------
1.10 2015-05-12 05:15:41 -0400
- Work around for buggy IPC::Run3 0.048 on MSWin32
On Windows we probe for and mitigate a bug in IPC::Run3
(see https://github.com/plicease/Test-Script/issues/1 for details)
with the intention of removing the workaround if/when IPC::Run3
is fixed.
1.09 2015-05-07 16:44:26 -0400
- If IPC::Run3::run3 throws an exception it will now fail the test
(with a helpful diagnostic) rather than crashing the test script.
- A script that is killed with a singnal is now considered a failure
as well.
- Use alternate expected exit and signal values with options as the
second argument to script_runs.
- Ability to pass input via stdin to the script with script_runs.
- Ability to capture stdout and stderr from script with script_runs.
- Functions to test stdout and stderr:
script_stdout_is
script_stdout_isnt
script_stdout_like
script_stdout_unlike
script_stderr_is
script_stderr_isnt
script_stderr_like
script_stderr_unlike
1.08 2015-05-06 05:09:13 -0400
- Now works with or without blib (rt81222, rt102743)
- Compatability with older versions of Test::Builder::Tester (rt81335)
- Requires Perl 5.6.0
- Migrate to Dist::Zilla
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
pkgsrc changes:
- Adding license definition
Upstream changes:
1.05 Mon 14 Sep 2009
- Changed script_compiles_ok to script_compiles
- Added script_runs
1.04_03 Thu 18 Dec 2008
- Another attempt to support 5.6 properly
1.04_02 Wed 17 Dec 2008
- Test tweak to support 5.6 properly
1.04_01 Tue 16 Dec 2008
- Updated to Module::Install 0.77
- Adding dependency on Probe::Perl
- Full fidelity failure testing
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").