# New Ticket Created by jerry gay # Please include the string: [perl #38472] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38472 >
well, i'm not certain my perl 6 syntax is correct (it's still a moving target, and i'm still learning.) however, i am certain that the 'output_is', 'output_isnt', and 'output_like' functions are synonyms for the more descriptively and accurately named 'pasm_output_is', 'pasm_output_isnt', and 'pasm_output_like' functions. usage of the former should be replaced with the latter throughout the test suite, and the former should be removed from Parrot::Test after conversion is complete.