summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..f6e71cd
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,30 @@
+---
+abstract: 'parse a distribution name'
+author:
+ - 'Kenichi Ishigaki <ishigaki@cpan.org>'
+build_requires:
+ ExtUtils::MakeMaker: '0'
+ JSON::PP: '0'
+ Test::Differences: '0'
+ Test::More: '0.88'
+ Test::UseAllModules: '0.17'
+configure_requires:
+ ExtUtils::MakeMaker::CPANfile: '0.08'
+dynamic_config: 0
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: Parse-Distname
+no_index:
+ directory:
+ - t
+ - inc
+requires:
+ Exporter: '5.57'
+resources:
+ bugtracker: https://github.com/charsbar/Parse-Distname/issues
+ repository: https://github.com/charsbar/Parse-Distname
+version: '0.05'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.012'