summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-02-27 10:50:09 -0800
committerRuss Allbery <rra@cpan.org>2021-02-27 10:50:55 -0800
commit16d1c7c15ae63ee49b7c8c6758ea087d214142bd (patch)
tree542c90205b4d3bdaf985b903a04a4c28ca9c5883 /docs
parentec9cbee44cad0cd97071357bdc7bafcf33f94f92 (diff)
Fix docknot --help, do some post-YAML cleanup
Remove the load_appdata_json helper function from App::DocKnot. This is no longer used now that all DocKnot data is in YAML. Properly depend on and import Pod::Usage so that docknot --help works. Correct the REQUIREMENTS sections of the module documentation to reflect new dependencies and the removal of a JSON dependency from most of DocKnot.
Diffstat (limited to 'docs')
-rw-r--r--docs/docknot.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/docknot.yaml b/docs/docknot.yaml
index b28bd55..312c1ec 100644
--- a/docs/docknot.yaml
+++ b/docs/docknot.yaml
@@ -114,13 +114,15 @@ requirements: |
* File::BaseDir
* File::ShareDir
- * IO::Compress::Xz (part of IO-Compress-LZMA)
+ * IO::Uncompress::Gunzip (part of IO-Compress)
+ * IO::Compress::Xz (part of IO-Compress-Lzma)
* IPC::Run
* IPC::System::Simple
* JSON::MaybeXS
* Kwalify
* List::SomeUtils
* Perl6::Slurp
+ * Pod::Usage
* Template (part of Template Toolkit)
* YAML::XS