summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST2
-rw-r--r--META.json88
-rw-r--r--META.yml55
3 files changed, 145 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 13a75a4..a75cf99 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -170,3 +170,5 @@ t/style/obsolete-strings.t
t/style/strict.t
t/update/basic.t
TODO
+META.yml
+META.json
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..9629703
--- /dev/null
+++ b/META.json
@@ -0,0 +1,88 @@
+{
+ "abstract" : "Package documentation generator",
+ "author" : [
+ "Russ Allbery <rra@cpan.org>"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "Module::Build version 0.4231",
+ "license" : [
+ "mit"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : 2
+ },
+ "name" : "App-DocKnot",
+ "prereqs" : {
+ "configure" : {
+ "requires" : {
+ "Module::Build" : "0.4004"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "File::BaseDir" : "0",
+ "File::ShareDir" : "1.00",
+ "IO::Compress::Xz" : "0",
+ "IPC::Run" : "0",
+ "IPC::System::Simple" : "0",
+ "JSON::MaybeXS" : "0",
+ "Kwalify" : "0",
+ "List::SomeUtils" : "0",
+ "Perl6::Slurp" : "0",
+ "Template" : "0",
+ "YAML::XS" : "0.81",
+ "perl" : "5.024"
+ }
+ },
+ "test" : {
+ "requires" : {
+ "Capture::Tiny" : "0",
+ "File::Copy::Recursive" : "0"
+ }
+ }
+ },
+ "provides" : {
+ "App::DocKnot" : {
+ "file" : "lib/App/DocKnot.pm",
+ "version" : "4.00"
+ },
+ "App::DocKnot::Command" : {
+ "file" : "lib/App/DocKnot/Command.pm",
+ "version" : "4.00"
+ },
+ "App::DocKnot::Config" : {
+ "file" : "lib/App/DocKnot/Config.pm",
+ "version" : "4.00"
+ },
+ "App::DocKnot::Dist" : {
+ "file" : "lib/App/DocKnot/Dist.pm",
+ "version" : "4.00"
+ },
+ "App::DocKnot::Generate" : {
+ "file" : "lib/App/DocKnot/Generate.pm",
+ "version" : "4.00"
+ },
+ "App::DocKnot::Update" : {
+ "file" : "lib/App/DocKnot/Update.pm",
+ "version" : "4.00"
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "web" : "https://github.com/rra/docknot/issues"
+ },
+ "homepage" : "https://www.eyrie.org/~eagle/software/docknot",
+ "license" : [
+ "http://www.opensource.org/licenses/mit-license.php"
+ ],
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/rra/docknot.git",
+ "web" : "https://github.com/rra/docknot"
+ }
+ },
+ "version" : "4.00",
+ "x_serialization_backend" : "JSON::PP version 4.04"
+}
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..a02a145
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,55 @@
+---
+abstract: 'Package documentation generator'
+author:
+ - 'Russ Allbery <rra@cpan.org>'
+build_requires:
+ Capture::Tiny: '0'
+ File::Copy::Recursive: '0'
+configure_requires:
+ Module::Build: '0.4004'
+dynamic_config: 1
+generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010'
+license: mit
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: App-DocKnot
+provides:
+ App::DocKnot:
+ file: lib/App/DocKnot.pm
+ version: '4.00'
+ App::DocKnot::Command:
+ file: lib/App/DocKnot/Command.pm
+ version: '4.00'
+ App::DocKnot::Config:
+ file: lib/App/DocKnot/Config.pm
+ version: '4.00'
+ App::DocKnot::Dist:
+ file: lib/App/DocKnot/Dist.pm
+ version: '4.00'
+ App::DocKnot::Generate:
+ file: lib/App/DocKnot/Generate.pm
+ version: '4.00'
+ App::DocKnot::Update:
+ file: lib/App/DocKnot/Update.pm
+ version: '4.00'
+requires:
+ File::BaseDir: '0'
+ File::ShareDir: '1.00'
+ IO::Compress::Xz: '0'
+ IPC::Run: '0'
+ IPC::System::Simple: '0'
+ JSON::MaybeXS: '0'
+ Kwalify: '0'
+ List::SomeUtils: '0'
+ Perl6::Slurp: '0'
+ Template: '0'
+ YAML::XS: '0.81'
+ perl: '5.024'
+resources:
+ bugtracker: https://github.com/rra/docknot/issues
+ homepage: https://www.eyrie.org/~eagle/software/docknot
+ license: http://www.opensource.org/licenses/mit-license.php
+ repository: https://github.com/rra/docknot.git
+version: '4.00'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'