summaryrefslogtreecommitdiff
path: root/cpanfile
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-12-25 15:59:35 -0800
committerRuss Allbery <rra@cpan.org>2021-12-25 15:59:35 -0800
commitce6ac799915595b1ef572eb8aa607a700e7deef0 (patch)
treee00b1201a912d7543b931bcd4320795cc8125bbf /cpanfile
parent84b08d2f67f6a49b6bbfaa720d347e0dd4ba5185 (diff)
Support POD conversion via *.spin pointers
Support *.spin pointers in addition to *.rpod pointers for external POD files. The command-line flags used in *.rpod pointers are replaced by the title and options key of the *.spin file. *.rpod files are deprecated and support will be removed in a future version of DocKnot. Add spin_thread_output method to App::DocKnot::Spin::Thread, intended to convert thread to HTML as part of a conversion pipeline of a non-thread input file, while still using sitemap information and generating the page footer. DocKnot now depends on Path::Tiny.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 8c79578..22a0136 100644
--- a/cpanfile
+++ b/cpanfile
@@ -12,6 +12,7 @@ requires 'IPC::System::Simple';
requires 'JSON::MaybeXS';
requires 'Kwalify';
requires 'List::SomeUtils', '0.07';
+requires 'Path::Tiny';
requires 'Perl6::Slurp';
requires 'Pod::Thread', '3.00';
requires 'Template';