Skip Menu |

This queue is for tickets about the WWW-LinkedIn CPAN distribution.

Report information
The Basics
Id: 96059
Status: new
Priority: 0/
Queue: WWW-LinkedIn

People
Owner: Nobody in particular
Requestors: aran [...] ziprecruiter.com
Cc:
AdminCc:

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



Subject: META.yml is Broken
Date: Thu, 29 May 2014 10:24:57 -0700
To: bug-WWW-LinkedIn [...] rt.cpan.org
From: Aran Deltac <aran [...] ziprecruiter.com>
Invalid YAML: : perl -e 'use YAML::XS; use Path::Tiny; Load( scalar path("META.yml")->slurp() )' YAML::XS::Load Error: The problem: mapping values are not allowed in this context was found at document: 1, line: 13, column: 15 This is because this: requires: Carp: 0 Net::OAuth: 0 LWP::UserAgent: 0 HTTP::Request::Common: 0 Digest::MD5: 0 Digest::HMAC_SHA1: 0 MIME::Base64: 0 Crypt::SSLeay: 0 Needs to be changed to: requires: Carp: 0 Net::OAuth: 0 LWP::UserAgent: 0 HTTP::Request::Common: 0 Digest::MD5: 0 Digest::HMAC_SHA1: 0 MIME::Base64: 0 Crypt::SSLeay: 0 This breaks some build tools, such as Pinto, which depend on valid META files.