An open API service indexing awesome lists of open source software.

https://github.com/mjgardner/test-class

Test::Class - an xUnit testing framework for Perl 5.x
https://github.com/mjgardner/test-class

cpan junit perl testing xunit

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Source code of Test::Class Perl module

For documentation see [Test::Class](https://metacpan.org/pod/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
```