summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2018-09-01 20:37:56 -0700
committerRuss Allbery <rra@cpan.org>2018-09-01 20:37:56 -0700
commit62bae1dab19b1a84ec6614380b1d67ebe768314f (patch)
treea64d10037aba659b3c38927d0c66078ef743f15e /MANIFEST
parent74e956a716090c9bfefa3e0c89a2909209d66ab0 (diff)
Move generate functionality to a subcommand
Move previous docknot command functionality to a new docknot generate subcommand. All docknot actions in the future will be added as subcommands. Rename App::DocKnot to App:DocKnot::Generate, with the same API as before. App::DocKnot must be loaded as well to use the module API.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST6
1 files changed, 4 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index 5e69f8e..dd640a6 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -9,6 +9,7 @@ docs/metadata/metadata.json
docs/metadata/README
docs/metadata/requirements
lib/App/DocKnot.pm
+lib/App/DocKnot/Generate.pm
LICENSE
MANIFEST This list of files
MANIFEST.SKIP
@@ -21,8 +22,7 @@ share/licenses/Perl
share/templates/readme-md.tmpl
share/templates/readme.tmpl
share/templates/thread.tmpl
-t/api/basic.t
-t/api/self.t
+t/cli/generate.t
t/data/ansicolor/metadata/blurb
t/data/ansicolor/metadata/description
t/data/ansicolor/metadata/metadata.json
@@ -122,6 +122,8 @@ t/docs/pod-spelling.t
t/docs/pod.t
t/docs/spdx-license.t
t/docs/synopsis.t
+t/generate/basic.t
+t/generate/self.t
t/lib/Test/RRA.pm
t/lib/Test/RRA/Config.pm
t/lib/Test/RRA/ModuleVersion.pm