Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the YAML CPAN distribution.

Report information
The Basics
Id: 20243
Status: resolved
Priority: 0/
Queue: YAML

People
Owner: Nobody in particular
Requestors: mark [...] immermail.com
Cc:
AdminCc:

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



Subject: info/patch for 20229 (test t/bugs-rt.t failure)
This test failure is caused by changes in CGI. CGI v3.19 introduced a new default param called 'use_tempfile', which YAML test needs to know about. This one-line change fixes the test, but of course will now fail if CGI is pre 3.19. --- t/bugs-rt.t.060 2006-07-02 10:59:49.000000000 -0700 +++ t/bugs-rt.t 2006-07-02 10:58:35.000000000 -0700 @@ -38,6 +38,7 @@ .fieldnames: {} .parameters: [] escape: 1 +use_tempfile: 1 === Ticket #105-E YAML doesn't serialize odd objects very well +++ perl