X-Git-Url: http://git.maemo.org/git/?p=dh-make-perl;a=blobdiff_plain;f=dev%2Farm%2Flibtest-harness-perl%2Flibtest-harness-perl-3.12%2FREADME;fp=dev%2Farm%2Flibtest-harness-perl%2Flibtest-harness-perl-3.12%2FREADME;h=19cb00fc5bc76278f5d1029090aa0ed0d2041968;hp=0000000000000000000000000000000000000000;hb=f477fa73365d491991707e7ed9217b48d6994551;hpb=da95c414033799c3a62606f299c3c00b5c77ca11 diff --git a/dev/arm/libtest-harness-perl/libtest-harness-perl-3.12/README b/dev/arm/libtest-harness-perl/libtest-harness-perl-3.12/README new file mode 100644 index 0000000..19cb00f --- /dev/null +++ b/dev/arm/libtest-harness-perl/libtest-harness-perl-3.12/README @@ -0,0 +1,31 @@ +Test-Harness 3.21 + +INSTALLATION + +To install Test::Harness using ExtUtils::MakeMaker do: + + perl Makefile.PL + make + make test + make install + +To use Module::Build (preferred) do: + + perl Build.PL + ./Build + ./Build test + ./Build install + +This will install Test::Harness and the "prove" program. Type + + prove --help + +for more information. + +COPYRIGHT AND LICENCE + +Copyright (C) 2006, 2007 Curtis "Ovid" Poe + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. +