summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-02-27 12:04:21 -0800
committerRuss Allbery <rra@cpan.org>2021-02-27 12:04:21 -0800
commitf97ea3bc09d249ceb41d1302e6416732e1b9d03b (patch)
treea637b165cc04f0aebcb8dac8dcbc2fdf03b8b944
parent3fba11eded5080a548831ef5a7f3faf8c2b66dd8 (diff)
parent3cf50d42278cd531835a077aa70d6eee0e238775 (diff)
Update upstream source from tag 'upstream/4.01'debian/4.01-1archive/debian/4.01-1
Update to upstream version '4.01' with Debian dir c6938492b0873ee54ed42ab18b34bcd17d4ab1cb
-rw-r--r--Changes2
-rw-r--r--README1
-rw-r--r--README.md1
-rw-r--r--cpanfile1
-rw-r--r--docs/docknot.yaml1
-rw-r--r--lib/App/DocKnot/Command.pm4
-rw-r--r--t/data/generate/docknot/output/thread1
7 files changed, 3 insertions, 8 deletions
diff --git a/Changes b/Changes
index e5aad41..2bcd630 100644
--- a/Changes
+++ b/Changes
@@ -19,7 +19,7 @@ DocKnot 4.01 (unreleased)
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.
+ Properly 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
diff --git a/README b/README
index 07e5736..d8452ad 100644
--- a/README
+++ b/README
@@ -67,7 +67,6 @@ REQUIREMENTS
* Kwalify
* List::SomeUtils
* Perl6::Slurp
- * Pod::Usage
* Template (part of Template Toolkit)
* YAML::XS
diff --git a/README.md b/README.md
index c953598..4c6009a 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,6 @@ The following additional Perl modules are required to use it:
* Kwalify
* List::SomeUtils
* Perl6::Slurp
-* Pod::Usage
* Template (part of Template Toolkit)
* YAML::XS
diff --git a/cpanfile b/cpanfile
index eecc52b..7e9d356 100644
--- a/cpanfile
+++ b/cpanfile
@@ -10,7 +10,6 @@ requires 'JSON::MaybeXS';
requires 'Kwalify';
requires 'List::SomeUtils';
requires 'Perl6::Slurp';
-requires 'Pod::Usage';
requires 'Template';
requires 'YAML::XS';
diff --git a/docs/docknot.yaml b/docs/docknot.yaml
index 5f94d3d..a40c80b 100644
--- a/docs/docknot.yaml
+++ b/docs/docknot.yaml
@@ -122,7 +122,6 @@ requirements: |
* Kwalify
* List::SomeUtils
* Perl6::Slurp
- * Pod::Usage
* Template (part of Template Toolkit)
* YAML::XS
diff --git a/lib/App/DocKnot/Command.pm b/lib/App/DocKnot/Command.pm
index dbfb8cd..320322b 100644
--- a/lib/App/DocKnot/Command.pm
+++ b/lib/App/DocKnot/Command.pm
@@ -246,8 +246,8 @@ App::DocKnot::Command - Run DocKnot commands
Perl 5.24 or later and the modules File::BaseDir, File::ShareDir,
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.
+List::SomeUtils, Perl6::Slurp, Template (part of Template Toolkit), and
+YAML::XS, all of which are available from CPAN.
=head1 DESCRIPTION
diff --git a/t/data/generate/docknot/output/thread b/t/data/generate/docknot/output/thread
index 69df21a..b9cb278 100644
--- a/t/data/generate/docknot/output/thread
+++ b/t/data/generate/docknot/output/thread
@@ -110,7 +110,6 @@ The following additional Perl modules are required to use it:
\bullet(packed)[Kwalify]
\bullet(packed)[List::SomeUtils]
\bullet(packed)[Perl6::Slurp]
-\bullet(packed)[Pod::Usage]
\bullet(packed)[Template (part of Template Toolkit)]
\bullet(packed)[YAML::XS]