Or, rather, find the attached patch here:
https://rt.perl.org/rt3/Ticket/Attachment/110536/75860/dynamic_perl2.patch
(whoops)
William Coleda wrote:
Attached find the second patch in the "make perl dynamic" series. This attacks most of the simplistic cases under t/*.
Many instances of PerlUndef and PerlArray are left alone, as they still have no equivalents in some cases. (no, you can't always s/PerlUndef/Undef).
Some of the expected code for the tests changes here - Floats and PerlNum's don't stringify the same.
Also includes a small change to config/gen/config_pm/config_lib.in
More to come...