-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DESTROY clobbers $@ in a eval {} #14487
Comments
From @FGasperCreated by @FGasper=============== sub new { bless [] } sub DESTROY { $@ = 'Bad things if this prints!' }; package main; eval { sub {
|
From @jkeenanOn Mon, 09 Feb 2015 20:31:11 GMT, felipe@felipegasper.com wrote:
Persists in perl-5.24.0. -- |
The RT System itself - Status changed from 'new' to 'open' |
From @iabynOn Thu, Jan 05, 2017 at 12:13:54PM -0800, James E Keenan via RT wrote:
Now fixed by v5.27.0-119-gb66d79a. -- |
@iabyn - Status changed from 'open' to 'pending release' |
From @khwilliamsonThank you for filing this report. You have helped make Perl better. With the release yesterday of Perl 5.28.0, this and 185 other issues have been Perl 5.28.0 may be downloaded via: If you find that the problem persists, feel free to reopen this ticket. |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#123773 (status was 'resolved')
Searchable as RT123773$
The text was updated successfully, but these errors were encountered: