summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2019-06-26 12:52:24 -0700
committerRuss Allbery <rra@cpan.org>2019-06-26 12:52:24 -0700
commitca1eb7306bdaaa6524c5796d477ae1e5eb49b43e (patch)
tree8ae9b877397bfa973da1e2ca8fbda4cf95c0643f /README.md
parent8582ba05c2de1a8fdd1f59dae0452535abf41297 (diff)
Add docknot dist command
Add new docknot dist command and App::DocKnot::Dist module, which runs appropriate commands to create a distribution tarball.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3434917..46defa5 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,8 @@ The following additional Perl modules are required to use it:
* File::BaseDir
* File::ShareDir
+* IPC::Run
+* IPC::System::Simple
* JSON
* Perl6::Slurp
* Template (part of Template Toolkit)