summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-04-18 15:03:28 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-04-18 15:03:28 +0000
commit2fe5b8de1e9d06482aa76303e7342bc6605700ea (patch)
treecccc47c409970b2db7a8f64f6c25e993270ddf9b /META.json
downloadYAML-tarball-2fe5b8de1e9d06482aa76303e7342bc6605700ea.tar.gz
Diffstat (limited to 'META.json')
-rw-r--r--META.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..3a40a30
--- /dev/null
+++ b/META.json
@@ -0,0 +1,60 @@
+{
+ "abstract" : "YAML Ain't Markup Language™",
+ "author" : [
+ "Ingy döt Net <ingy@cpan.org>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "Dist::Zilla version 5.029, CPAN::Meta::Converter version 2.143240",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : 2
+ },
+ "name" : "YAML",
+ "no_index" : {
+ "directory" : [
+ "inc",
+ "t",
+ "xt",
+ "example"
+ ]
+ },
+ "prereqs" : {
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "develop" : {
+ "requires" : {
+ "Test::Pod" : "1.41"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "perl" : "v5.8.1"
+ }
+ },
+ "test" : {
+ "requires" : {
+ "Test::YAML" : "1.05"
+ }
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "web" : "https://github.com/ingydotnet/yaml-pm/issues"
+ },
+ "homepage" : "https://github.com/ingydotnet/yaml-pm",
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/ingydotnet/yaml-pm.git",
+ "web" : "https://github.com/ingydotnet/yaml-pm"
+ }
+ },
+ "version" : "1.15"
+}
+