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