summaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index eb82cdc..8577cd8 100644
--- a/README
+++ b/README
@@ -59,13 +59,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