Skip Menu |

This queue is for tickets about the TryCatch CPAN distribution.

Report information
The Basics
Id: 87128
Status: new
Priority: 0/
Queue: TryCatch

People
Owner: Nobody in particular
Requestors: bdfoy [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Error doesn't show up in $@
In this code, nothing shows up in $@ in the say message. use v5.10.1; use TryCatch; try { die "This died" } catch { say "Caught [$@]"; } This is also mentioned in https://rt.cpan.org/Ticket/Display.html?id=49072