summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2018-12-16 21:12:17 -0800
committerRuss Allbery <rra@cpan.org>2018-12-16 21:14:16 -0800
commitb5159040714b82a5aae19d114ca94fde6593a397 (patch)
tree478fefce7577ed893906187b9b9f535f910589ad /docs
parentd7b1cd08c74f303a3c5513c4895568dba1bfc29f (diff)
Separate the testing section for Perl packages
Separate the TESTING section from BUILD AND INSTALLATION for Perl modules in both README and README.md, and move the Lancaster instructions to that section. Add instructions for how to run a single test with Perl build systems. Test dependencies for Perl modules should now move into docs/metadata/test/suffix, the same as for packages with an Autoconf build system.
Diffstat (limited to 'docs')
-rw-r--r--docs/metadata/requirements15
-rw-r--r--docs/metadata/test/suffix14
2 files changed, 14 insertions, 15 deletions
diff --git a/docs/metadata/requirements b/docs/metadata/requirements
index c44285c..266966e 100644
--- a/docs/metadata/requirements
+++ b/docs/metadata/requirements
@@ -6,18 +6,3 @@ The following additional Perl modules are required to use it:
* JSON
* Perl6::Slurp
* Template (part of Template Toolkit)
-
-IPC::System::Simple is required to run the test suite. The following
-additional Perl modules will be used by the test suite if present:
-
-* Devel::Cover
-* Test::MinimumVersion
-* Test::Perl::Critic
-* Test::Pod
-* Test::Pod::Coverage
-* Test::Spelling
-* Test::Strict
-* Test::Synopsis
-
-All are available on CPAN. Those tests will be skipped if the modules are
-not available.
diff --git a/docs/metadata/test/suffix b/docs/metadata/test/suffix
new file mode 100644
index 0000000..be90702
--- /dev/null
+++ b/docs/metadata/test/suffix
@@ -0,0 +1,14 @@
+IPC::System::Simple is required to run the test suite. The following
+additional Perl modules will be used by the test suite if present:
+
+* Devel::Cover
+* Test::MinimumVersion
+* Test::Perl::Critic
+* Test::Pod
+* Test::Pod::Coverage
+* Test::Spelling
+* Test::Strict
+* Test::Synopsis
+
+All are available on CPAN. Those tests will be skipped if the modules are
+not available.