File: README

package info (click to toggle)
libtest-strict-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 100 kB
  • ctags: 30
  • sloc: perl: 486; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
This is the README file for Test::Strict, for
testing strictness in a distribution, by Pierre Denis <pdenis@gmail.com>.

* Installation

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

perl Makefile.PL
make
make test
make install