libtest-name-fromline-perl

auto fill test names from caller line

Test::Name::FromLine is a test utility that fills test names from its file. Just use the module in the test file and it will fill test names to all tests except named ones.

libtest-if-perl

module to conditionally use other test modules

Test::If allows one to use test modules conditionally.

libtoml-parser-perl

simple toml parser

TOML::Parser is a simple toml parser.

libtest-cpan-meta-json-perl

module to validate CPAN META.json files

Test::CPAN::Meta::JSON was written to ensure that a META.json file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtils::MakeMaker, Module::Build and Module::Install.

librte-rawdev-dpaa2-qdma20.0

Data Plane Development Kit (librte-rawdev-dpaa2-qdma runtime library)

libtest-warn-perl

test module for checking which warnings are generated

Test::Warn provides an easy way to test which warnings are thrown in some perl code. It is compatible with the Test::More family of utilities and similar to Test::Exception.