summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..d2e288c
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,35 @@
+---
+abstract: 'Write Markdown syntax tables from data'
+author:
+ - 'Jakob Voß <jakob.voss@gbv.de>'
+build_requires: {}
+configure_requires:
+ Module::Build::Tiny: '0.039'
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 5.035, Dist::Milla version v1.0.8, CPAN::Meta::Converter version 2.150001'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: Text-MarkdownTable
+no_index:
+ directory:
+ - t
+ - xt
+ - inc
+ - share
+ - eg
+ - examples
+requires:
+ IO::Handle::Util: '0.01'
+ Moo: '1.000008'
+ perl: v5.10.0
+resources:
+ bugtracker: https://github.com/nichtich/Text-MarkdownTable/issues
+ homepage: https://github.com/nichtich/Text-MarkdownTable
+ repository: https://github.com/nichtich/Text-MarkdownTable.git
+version: 0.3.1
+x_contributors:
+ - 'Jakob Voss <jakob@nichtich.de>'
+ - 'Jakob Voss <voss@gbv.de>'
+ - 'Patrick Hochstenbach <patrick.hochstenbach@ugent.be>'