./devel/p5-Test-Output, Utilities to test STDOUT and STDERR messages

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


Branch: CURRENT, Version: 1.034, Package name: p5-Test-Output-1.034, Maintainer: pkgsrc-users

Test::Output provides a simple interface for testing output sent
to STDOUT or STDERR. A number of different utilies are included to
try and be as flexible as possible to the tester.

Originally this module was designed not to have external requirements,
however, the features provided by Sub::Exporter over what Exporter
provides is just to great to pass up.

Test::Output ties STDOUT and STDERR using Test::Output::Tie.


Required to run:
[lang/perl5] [devel/p5-Test-Simple] [devel/p5-Sub-Exporter] [devel/p5-Capture-Tiny]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 17.714 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-04 12:16:06 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Test-Output: update to 1.034.

1.034 2023-07-05T14:46:18Z
	* Remove unnecessary -T from pod tests. Now that v5.38 allows you
	to compile without taint support and those perls won't run if
	they see a -T, these tests needlessly fail there.
	* Edward Betts corrected some of the docs.
   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-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:10:24 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Test-Output: update to 1.033.

1.033 2021-02-11T00:21:54Z
	* v1.032 had some regressions because I released 1.031 from an
	unmerged branch. https://github.com/briandfoy/test-output/issues/8
	This was noticed by Tina Müller in \ 
https://github.com/os-autoinst/os-autoinst/pull/1622
	* I didn't realize that I'd released an experiment in 2017, but
	no own complained until it was reverted (by releasing from master).
	The experiment worked I guess? Sub::Exporter is gone, so the
	dependency tree for this is greatly reduced, and now it's gone
	again.

1.032 2021-01-28T22:15:07Z
	* Fix cut-n-paste error in docs (Github #6, hexcoder)
   2020-09-04 15:45:17 by Thomas Klausner | Files touched by this commit (38)
Log message:
*: remove p5-Test-Simple, part of perl