Test::Class

Test::Class - an xUnit testing framework for Perl 5.x

Latest version: 0.52 registry icon
Maintenance score
0
Safety score
0
Popularity score
14
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.52 0 0 0 0 0

Stability
Latest release:

0.52 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

GPL-1.0-or-later   -   GNU General Public License v1.0 or later

Not a wildcard

Not proprietary

OSI Compliant


Artistic-1.0   -   Artistic License 1.0

Not a wildcard

Not proprietary

OSI Compliant



Source code of Test::Class Perl module

For documentation see Test::Class on MetaCPAN.

Release process

  • Update VERSION number in every .pm file in lib/
  • Update the Changes file.
perl Makefile.PL
make
make test
                     (TODO RELEASE_TESTING=1 prove xt/ )
make dist
git tags -a x.xx -m x.xx
git push --tags