Skip Menu |

This queue is for tickets about the Quiki CPAN distribution.

Report information
The Basics
Id: 50046
Status: resolved
Priority: 0/
Queue: Quiki

People
Owner: mestre.smash [...] gmail.com
Requestors: ambs [...] cpan.org
Cc:
AdminCc:

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



Subject: 02-meta.t test depends on YAML backend.
The current test mechanism for 02-meta.t is not portable among different YAML implementations. t/02-meta.t ....... 1/4 # Failed test 'set values' # at t/02-meta.t line 22. # got: '--- # one: 1 # three: 3 # two: 2 # ' # expected: '--- # one: 1 # three: 3 # two: 2 # ' # Looks like you failed 1 test of 4. t/02-meta.t ....... Dubious, test returned 1 (wstat 256, 0x100) Yes, the difference is one or two blank spaces at the end of lines.
Tests were made more robust across different YAML implementations.