summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..d3fbb14
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,28 @@
+---
+abstract: "YAML Ain't Markup Language™"
+author:
+ - 'Ingy döt Net <ingy@cpan.org>'
+build_requires:
+ Test::YAML: '1.05'
+configure_requires:
+ ExtUtils::MakeMaker: '0'
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 5.029, CPAN::Meta::Converter version 2.143240'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: YAML
+no_index:
+ directory:
+ - inc
+ - t
+ - xt
+ - example
+requires:
+ perl: v5.8.1
+resources:
+ bugtracker: https://github.com/ingydotnet/yaml-pm/issues
+ homepage: https://github.com/ingydotnet/yaml-pm
+ repository: https://github.com/ingydotnet/yaml-pm.git
+version: '1.15'