Path to this page:
./
devel/p5-Test-Script,
Test::Script - Cross-platform basic tests for scripts
Branch: CURRENT,
Version: 1.26nb1,
Package name: p5-Test-Script-1.26nb1,
Maintainer: pkgsrc-usersThe intent of this module is to provide a series of basic tests for
scripts in the bin directory of your Perl distribution.
Further, it aims to provide them with perfect platform-compatibility
and in a way that is as unobtrusive as possible.
That is, if the program works on a platform, then Test::Script should
also work on that platform.
In doing so, it is hoped that Test::Script can become a module that
you can safely make a dependency of your module, without risking your
module not working on some platform because of the dependency.
Where a clash exists between wanting more functionality and
maintaining platform safety, this module will err on the side of
platform safety.
Required to run:[
lang/perl5] [
devel/p5-Probe-Perl] [
devel/p5-Capture-Tiny] [
devel/p5-Test2-Suite]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 05d348f560eaab6cba7c0f66fe2288db31f7a0fb
RMD160: d5febd66ceb222718747111a82b6d73be76b5cde
Filesize: 24.322 KB
Version history: (Expand)
- (2020-09-01) Updated to version: p5-Test-Script-1.26nb1
- (2019-10-28) Updated to version: p5-Test-Script-1.26
- (2019-08-11) Updated to version: p5-Test-Script-1.25nb1
- (2018-11-25) Updated to version: p5-Test-Script-1.25
- (2018-08-22) Updated to version: p5-Test-Script-1.23nb1
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2020-09-08 15:10:01 by Thomas Klausner | Files touched by this commit (68) |
Log message:
*: improve HOMEPAGE
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |  |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2019-10-28 14:25:48 by Makoto Fujiwara | Files touched by this commit (2) |  |
Log message:
(devel/p5-Test-Script) Updated 1.25 to 1.26
1.26 2019-10-25 21:22:03 -0700
- Add program_runs and related functions for testing programs
that do not run under Perl (gh#26, gh#27)
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-07-01 23:36:01 by Nia Alarie | Files touched by this commit (232) |
Log message:
Follow some remaining search.cpan.org redirects.
|
2018-11-25 13:56:10 by Wen Heping | Files touched by this commit (2) |  |
Log message:
Update to 1.25
Upstream changes:
1.25 2018-09-27 15:33:19 -0400
- Production release identical to 1.24_01 release.
1.24_01 2018-09-24 12:38:07 -0400
- Add interpreter_options to script_runs options
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-09-17 15:31:08 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Test-Script: update to 1.23.
1.23 2017-07-18 03:12:24 -0400
- Production release identical to 1.22_01 release.
1.22_01 2017-07-14 07:21:00 -0400
- Fix testing failures on Windows introduced in 1.21_01
1.21_01 2017-07-13 13:37:09 -0400
- Migrate to using Test2::V0 internally
1.20 2017-07-13 11:17:42 -0400
- Production release identical to 1.19_08 release.
1.19_08 2017-07-12 08:22:41 -0400
- Diagnostic release
1.19_07 2017-07-12 07:53:55 -0400
- Diagnostic release
1.19_06 2017-07-11 05:34:30 -0400
- Diagnostic release
1.19_05 2017-07-09 11:35:59 -0400
- Diagnostic release
1.19_04 2017-07-07 16:26:41 -0400
- Add support for stdin option that was lost in the Capture::Tiny migration
- Officially drop support for Perl 5.6 (support for 5.6 was already
implicitly dropped when we migrated to Capture::Tiny).
- A near term future version will also drop support for the old pre-Test2
Test::Builder.
1.19_03 2017-07-07 10:14:25 -0400
- Use Test2::V0 instead of Test2::Bundle::Extended for Test2 tests
1.19_02 2017-06-21 17:06:47 -0400
- Identical to 1.19_01
1.19_01 2017-05-01 06:12:01 -0400
- Use Capture::Tiny instead of IPC::Run3 (Paul Cochrane/PTC++ gh#4, gh#15)
- Minor documentation fixes (Paul Cochrane/PTC++)
|