Subject: | META.yml is not yaml |
Ive got the error:
CPAN: Parse::CPAN::Meta loaded ok (v1.4401)
YAML Error: Expected separator '---'
Code: YAML_PARSE_ERR_NO_SEPARATOR
Line: 1
Document: 2
at /usr/lib/perl5/vendor_perl/5.12.1/YAML.pm line 36
Downloaded tar.gz by hands and found that META.yml looks like a json :)
Thanks.
--
perl -e '$??s:;s:s;;$?::s;;=]=>%-{<-|}<&|`{;;y; -/:-@[-`{-};`-{/" -
;;s;;$_;see'
Subject: | META.yml |
{
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"meta-spec" : {
"version" : 1.4,
"url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
},
"generated_by" : "ExtUtils::MakeMaker version 6.56",
"distribution_type" : "module",
"version" : "0.96",
"name" : "AnyEvent-IRC",
"author" : [
"Robin Redeker <elmex@ta-sa.org>"
],
"license" : "perl",
"build_requires" : {
"ExtUtils::MakeMaker" : 0
},
"requires" : {
"Scalar::Util" : 0,
"Test::More" : 0,
"AnyEvent" : "5.111",
"Object::Event" : "0.6",
"common::sense" : 0,
"Encode" : 0
},
"abstract" : "An event based IRC protocol client API",
"configure_requires" : {
"ExtUtils::MakeMaker" : 0
}
}