./perl5/p5-Test-Script, Test::Script - Cross-platform basic tests for scripts

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.29nb2, Package name: p5-Test-Script-1.29nb2, Maintainer: pkgsrc-users

The 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)

Filesize: 25.885 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-07-04 09:35:30 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.29

Upstream changes:
1.29      2021-05-13 09:17:30 -0600
  - Production release identical to 1.28_01 release.

1.28_01   2021-05-10 10:12:22 -0600
  - Added script_fails and program_fails functions (brainbuz++ gh#34, gh#38)
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-04-26 17:12:41 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Test-Script: update to 1.27.

1.27      2021-02-17 13:15:57 -0700
  - Documentation improvements (RRWO++ gh#31, gh#30)
   2020-09-08 15:10:01 by Thomas Klausner | Files touched by this commit (68)
Log message:
*: improve HOMEPAGE