The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
This is the README file for Test::Strict, for
testing strictness in a distribution, by Pierre Denis <pierre@itrelease.net>.

* Installation

Test::Strict uses the standard perl module install process:

perl Makefile.PL
make
make test
make install