This package browser is in early development. Mind the rough edges.

perl-test-warnings 0.030

Test for warnings and the lack of them

This module is intended to be used as a drop-in replacement for Test::NoWarnings. It also adds an extra test, but runs this test before done_testing calculates the test count, rather than after. It does this by hooking into done_testing as well as via an END block. You can declare a plan, or not, and things will still Just Work.

Installation

Install perl-test-warnings 0.030 as follows:

guix install perl-test-warnings@0.030

Or install the latest version:

guix install perl-test-warnings

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.