# New Ticket Created by Andy Dougherty # Please include the string: [perl #24341] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=24341 >
The new classes/null.pl was trying to return 0 from a void function. The problem is that the $retval was being matched against /void /, but the trailing space had already been stripped off.
Applied this fix last night, thanks.
-Melvin