# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #47011] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47011 >
In pdd17_pmc.pod it is stated that 'new_from_string' is deprecated. The existing use of 'new_from_string' can probably be achieved with 'init' or 'set_string_native'. TODO: Hunt down existing use of 'new_i_s' and either replace or remove the functionality. The FixedIntegerArray is an example of where 'new_from_string' is used.