Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Meta CPAN distribution.

Report information
The Basics
Id: 65657
Status: resolved
Priority: 0/
Queue: CPAN-Meta

People
Owner: Nobody in particular
Requestors: onken [...] netcubed.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.110390
Fixed in: (no value)



Subject: Problem parsing Meta.yml with references
Hi, I'm having trouble parsing this metafile: http://cpansearch.perl.org/src/CLKAO/SVK- v2.0.0/META.yml Seems to be the yaml parser: CPAN::Meta::YAML does not support a feature in line '!!perl/hash:version' at /Users/mo/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/CPAN/Meta.pm line 155 Cheers, mo
Subject: Re: [rt.cpan.org #65657] Problem parsing Meta.yml with references
Date: Fri, 11 Feb 2011 17:03:19 -0500
To: bug-CPAN-Meta [...] rt.cpan.org
From: David Golden <dagolden [...] cpan.org>
On Fri, Feb 11, 2011 at 4:59 PM, Moritz Onken via RT <bug-CPAN-Meta@rt.cpan.org> wrote: Show quoted text
> I'm having trouble parsing this metafile: http://cpansearch.perl.org/src/CLKAO/SVK- > v2.0.0/META.yml > > Seems to be the yaml parser: > > CPAN::Meta::YAML does not support a feature in line '!!perl/hash:version' at > /Users/mo/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/CPAN/Meta.pm line 155
Yes. That's an invalid META file because it includes a serialized object. There's nothing to be done about it. Invalid META files are ignored. -- David