Skip Menu |

This queue is for tickets about the SweetPea CPAN distribution.

Report information
The Basics
Id: 50226
Status: resolved
Priority: 0/
Queue: SweetPea

People
Owner: Nobody in particular
Requestors: stolen-from-bitcard [...] l2g.to
Cc:
AdminCc:

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



Subject: META.yml is missing final newline character, causing YAML parsers to choke
The META.yml file is missing a final newline. YAML parsers can be pretty strict about this; in fact, the one I use choked on it. Adding one more line at the end fixes this.
Subject: sweetpea-meta.patch
26c26 < version: 2.11 \ No newline at end of file --- > version: 2.11