Debian lenny version packages
[pkg-perl] / deb-src / libtest-harness-perl / libtest-harness-perl-3.12 / README
1 Test-Harness 3.21
2
3 INSTALLATION
4
5 To install Test::Harness using ExtUtils::MakeMaker do:
6
7     perl Makefile.PL
8     make
9     make test
10     make install
11
12 To use Module::Build (preferred) do:
13
14     perl Build.PL
15     ./Build
16     ./Build test
17     ./Build install
18
19 This will install Test::Harness and the "prove" program. Type
20
21     prove --help
22
23 for more information.
24
25 COPYRIGHT AND LICENCE
26
27 Copyright (C) 2006, 2007 Curtis "Ovid" Poe
28
29 This program is free software; you can redistribute it and/or modify it
30 under the same terms as Perl itself.
31