# New Ticket Created by Will Coleda # Please include the string: [perl #34920] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34920 >
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...