summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2020-01-17 22:51:12 -0800
committerRuss Allbery <rra@cpan.org>2020-01-17 22:51:45 -0800
commitc4a928c87221e7dfc8ed0aa3d7c53f2ae82d7c81 (patch)
tree850c85fec9c5bce0724a4cfda7ed5c37f41cf086 /docs
parent93bf5456e6e7d9eb9db4132caa011d3b82d241d3 (diff)
Use Perl modules instead of gzip and xz programs
docknot dist now uses IO::Uncompress::Gunzip and IO::Compress::Xz to generate a missing xz tarball rather than running external gzip and xz programs, which avoids test failures when those programs aren't available or don't support the expected options. Thanks to Slaven Rezić for the testing and report. (#131406)
Diffstat (limited to 'docs')
-rw-r--r--docs/metadata/requirements1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/metadata/requirements b/docs/metadata/requirements
index 8ff46a9..06e4199 100644
--- a/docs/metadata/requirements
+++ b/docs/metadata/requirements
@@ -3,6 +3,7 @@ The following additional Perl modules are required to use it:
* File::BaseDir
* File::ShareDir
+* IO::Compress::Xz (part of IO-Compress-LZMA)
* IPC::Run
* IPC::System::Simple
* JSON