Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 386 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 386 Bytes

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