# New Ticket Created by Rob Hoelz # Please include the string: [perl #125573] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125573 >
See the attached file.
In summary, this is what runs:
LEAVE die "uh-oh";
pass;
Even though all of the tests in the file pass, die()ing should be treated as
anamolous, and the exit status should be non-zero. The exit status here is
zero, however.
test.p6
Description: Binary data
