Path to this page:
./
devel/p5-Test-Script,
Test::Script - Cross-platform basic tests for scripts
Branch: CURRENT,
Version: 1.07nb1,
Package name: p5-Test-Script-1.07nb1,
Maintainer: rhaenThe 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-IPC-Run3] [
devel/p5-Probe-Perl]
Master sites: (Expand)
SHA1: 56a1b60d2928bdf40c261a18366e97d749d0ecca
RMD160: af2b9809b6670a7eb1d4fd16fd7ce60ef84660c1
Filesize: 25.805 KB
Version history: (Expand)
- (2010-08-21) Updated to version: p5-Test-Script-1.07nb1
- (2010-01-23) Updated to version: p5-Test-Script-1.07
- (2009-09-20) Updated to version: p5-Test-Script-1.06
- (2009-09-17) Updated to version: p5-Test-Script-1.05
- (2008-10-20) Updated to version: p5-Test-Script-1.03nb1
- (2008-07-22) Updated to version: p5-Test-Script-1.03
CVS history: (Expand)
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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!
|
| 2010-01-23 15:36:46 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Test-Script from 1.06 to 1.07
Upstream changes:
1.07 Tue 24 Nov 2009
- Second attempt at fixing the "Using" bug
|
2009-09-19 19:08:59 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
Updating devel/p5-Test-Script from 1.05 to 1.06
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
1.06 Wed 16 Sep 2009
- Update test to allow different die() return values
- Move Test::More to runtime dependency
|
2009-09-16 19:25:52 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
Updating devel/p5-Test-Script from 1.03nb1 to 1.05
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
|
| 2009-06-13 08:46:48 by Roland Illig | Files touched by this commit (67) |
Log message:
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
|
| 2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
|
2008-07-15 19:38:29 by Ulrich Habel | Files touched by this commit (2) |  |
Log message:
- updated to 1.03
Changelog:
1.03 Fri 29 Feb 2008
- Incremental release to get updated author tests
- Updated to Module::Install 0.68
|
| 2007-12-11 13:14:19 by Ulrich Habel | Files touched by this commit (3) |
Log message:
- new package (dependency for p5-Test-Inline)
- ok'ed by rillig
Perl API - Test::Script - Cross-platform basic tests for scripts
|