-
Notifications
You must be signed in to change notification settings - Fork 6
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
$@ is unstable in all perl versions #9
base: master
Are you sure you want to change the base?
Conversation
$@ might be a true value when eval succeeded.
Added tests which prove it. Fixes: https://rt.cpan.org/Public/Bug/Display.html?id=120512
Fixes failing test which was added in previous commit. t/basic.t ...................... 1/36 Failed test '$@ untouched' at t/basic.t line 222. got: 'another magic' expected: 'magic' Looks like you failed 1 test of 36.
81ffe91
to
4f0f14b
Compare
Failing test should be fixed in new third commit. |
ping; can you review this (and also other) pull requests? |
Can somebody review this pull request? |
@karenetheridge: ping |
General comment: we need more reviewers for this pull request. Try::Tiny is at the very top of the cpan river and changes here will affect the entire ecosystem. There is a lot going on in this pull request so we must be extremely cautious. |
@karenetheridge So who could review this pull request? |
Update documentation about $@.
Fixes: https://rt.cpan.org/Public/Bug/Display.html?id=120512