summaryrefslogtreecommitdiff
path: root/lib/App/DocKnot/Command.pm
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-02-27 11:17:16 -0800
committerRuss Allbery <rra@cpan.org>2021-02-27 11:17:16 -0800
commit28a203de63d4aab23a0b063c9af9bc3ccabe2f48 (patch)
tree0bd1c2c34ab3b3b94d740ef38bbf42688380c96f /lib/App/DocKnot/Command.pm
parent4153135de2861a6de9a67da1dcfffef90e0a3eae (diff)
Fix alphabetization of IO::Uncompress::Gunzip
This comes after IO::Compress::Xz.
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 eec93a0..df77257 100644
--- a/lib/App/DocKnot/Command.pm
+++ b/lib/App/DocKnot/Command.pm
@@ -245,8 +245,8 @@ App::DocKnot::Command - Run DocKnot commands
=head1 REQUIREMENTS
Perl 5.24 or later and the modules File::BaseDir, File::ShareDir,
-IO::Uncompress::Gunzip (part of IO-Compress), IO::Compress::Xz (part of
-IO-Compress-Lzma), IPC::Run, IPC::System::Simple, JSON::MaybeXS, Kwalify,
+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, Pod::Usage, Template (part of Template
Toolkit), and YAML::XS, all of which are available from CPAN.