Add ARM files
[dh-make-perl] / dev / arm / libtest-harness-perl / libtest-harness-perl-3.12 / README
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 (file)
index 0000000..19cb00f
--- /dev/null
@@ -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.
+