Path to this page:
./
devel/p5-Test2-Plugin-NoWarnings,
Perl5 module for testing for warnings
Branch: CURRENT,
Version: 0.10,
Package name: p5-Test2-Plugin-NoWarnings-0.10,
Maintainer: pkgsrc-usersLoading this plugin causes your tests to fail if there any warnings
while they run. Each warning generates a new failing test and the
warning content is outputted via diag.
Required to run:[
lang/perl5] [
devel/p5-Test2-Suite]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 26.967 KB
Version history: (Expand)
- (2024-04-14) Updated to version: p5-Test2-Plugin-NoWarnings-0.10
- (2023-07-06) Updated to version: p5-Test2-Plugin-NoWarnings-0.09nb3
- (2022-06-28) Updated to version: p5-Test2-Plugin-NoWarnings-0.09nb2
- (2021-05-25) Updated to version: p5-Test2-Plugin-NoWarnings-0.09nb1
- (2020-09-07) Updated to version: p5-Test2-Plugin-NoWarnings-0.09
- (2020-09-01) Updated to version: p5-Test2-Plugin-NoWarnings-0.08nb1
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-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-09-07 12:16:54 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Test2-Plugin-NoWarnings: update to 0.09.
Add missing test dependency.
0.09 2020-06-29
- Don't emit a failing test if there is a warning _after_ done_testing() is
called. Based on PR #3 from Michael Alan Dorman.
|
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-31 15:07:53 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Test2-Plugin-NoWarnings) Updated from 0.06 to 0.08
0.08 2019-10-11
- Use IPC::Run3 instead of Capture::Tiny for all tests. This fixes an issue
with the `tap-bug-in-test2.t` on Windows. Reported by Alexandr Ciornii and
further diagnosed by Phil M. Perry. RT #129294.
0.07 2019-04-21
- Reverted back to using the Warning event type, since the bug in the Test2
core that caused this to be a problem has since been fixed.
- Replaced use of Test2::Bundle::Extended with Test2::V0.
|