summaryrefslogtreecommitdiff
path: root/lib/App/DocKnot/Command.pm
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 /lib/App/DocKnot/Command.pm
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 'lib/App/DocKnot/Command.pm')
-rw-r--r--lib/App/DocKnot/Command.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/App/DocKnot/Command.pm b/lib/App/DocKnot/Command.pm
index e8fee87..750bb64 100644
--- a/lib/App/DocKnot/Command.pm
+++ b/lib/App/DocKnot/Command.pm
@@ -297,8 +297,8 @@ Perl 5.24 or later and the modules Date::Language, Date::Parse (both part of
TimeDate), File::BaseDir, File::ShareDir, Git::Repository, Image::Size,
IO::Compress::Xz (part of IO-Compress-Lzma), IO::Uncompress::Gunzip (part of
IO-Compress), IPC::Run, IPC::System::Simple, JSON::MaybeXS, Kwalify,
-List::SomeUtils, Perl6::Slurp, Template (part of Template Toolkit), and
-YAML::XS, all of which are available from CPAN.
+List::SomeUtils, Path::Tiny, Perl6::Slurp, Template (part of Template
+Toolkit), and YAML::XS, all of which are available from CPAN.
=head1 DESCRIPTION