Test::Class

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

Latest version: 0.52 registry icon
Maintenance score
38
Safety score
100
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
0.52 0 0 0 0 0
0.51 0 0 0 0 0
0.50 0 0 0 0 0
0.49 0 0 0 0 0
0.48 0 0 0 0 0
0.48 0 0 0 0 0
0.47 0 0 0 0 0
0.46 0 0 0 0 0
0.45 0 0 0 0 0
0.44 0 0 0 0 0
0.43 0 0 0 0 0
0.42 0 0 0 0 0
0.41 0 0 0 0 0
0.40 0 0 0 0 0
0.39 0 0 0 0 0
0.38 0 0 0 0 0
0.37 0 0 0 0 0
0.36 0 0 0 0 0
0.35 0 0 0 0 0
0.34 0 0 0 0 0
0.33 0 0 0 0 0
0.32_1 0 0 0 0 0
0.31 0 0 0 0 0
0.30 0 0 0 0 0
0.29 0 0 0 0 0
0.28 0 0 0 0 0
0.27 0 0 0 0 0
0.26 0 0 0 0 0
0.25 0 0 0 0 0
0.24 0 0 0 0 0
0.23 0 0 0 0 0
0.22 0 0 0 0 0
0.21 0 0 0 0 0
0.20 0 0 0 0 0
0.19 0 0 0 0 0
0.18 0 0 0 0 0
0.17 0 0 0 0 0
0.16 0 0 0 0 0
0.15 0 0 0 0 0
0.14 0 0 0 0 0
0.13 0 0 0 0 0
0.12 0 0 0 0 0
0.11 0 0 0 0 0
0.10 0 0 0 0 0
0.09 0 0 0 0 0
0.08 0 0 0 0 0
0.07 0 0 0 0 0
0.06_7 0 0 0 0 0
0.06_6 0 0 0 0 0
0.06_5 0 0 0 0 0
0.06_4 0 0 0 0 0
0.06_3 0 0 0 0 0
0.06_2 0 0 0 0 0
0.06_1 0 0 0 0 0
0.06 0 0 0 0 0
0.03 0 0 0 0 0
0.02 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.

Artistic-1.0   -   Artistic License 1.0

Not a wildcard

Not proprietary

OSI Compliant


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

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