Skip Menu |

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

Report information
The Basics
Id: 78284
Status: rejected
Priority: 0/
Queue: Test-CPAN-Meta

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

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



Subject: No support for 2.0 spec or JSON
There is currently no support for parsing 2.0 structures, nor any support for JSON (which should be preferred first over YAML). One major difference is the user-defined resource data uses x_whatever syntax, not CamelCase.
Please read the documentation. It explains the differences. This not a bug and is by design.
On Tue Jul 10 16:57:18 2012, BARBIE wrote: Show quoted text
> Please read the documentation. It explains the differences. > > This not a bug and is by design.
Errr, that's not the point. The point is that Dist::Zilla::Plugin::MetaTests fails if the YML test is 2.0.
It is the point! Please read the spec and documentation YAML <= 1.4 JSON >= 2.0 This was a major design decision when creating Meta-Spec v2.0. Trying to coerce v2.0 into a META.yml is the wrong way to go, and nothing to do with Dist::Zilla. META.json is the correct file to use for v2.0.