Skip Menu |

This queue is for tickets about the AnyEvent-IRC CPAN distribution.

Report information
The Basics
Id: 77507
Status: new
Priority: 0/
Queue: AnyEvent-IRC

People
Owner: Nobody in particular
Requestors: CONO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.96
Fixed in: 0.96



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 } }