-
Notifications
You must be signed in to change notification settings - Fork 558
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
ck_rvconst rejects glob-as-scalar #9891
Comments
From zefram@fysh.orgCreated by zefram@fysh.orgI'm doing some XS work that involves generating rv2sv ops where the $ perl -lwe '$foo=123; so I reckon ck_rvconst should not be rejecting it. It should probably Perl Info
|
sgc294@internode.on.net - Status changed from 'new' to 'open' |
From @cpansproutOn Mon Sep 28 15:34:35 2009, zefram@fysh.org wrote:
It also breaks things like this: use constant foo=>\$_; Why shouldn’t that work? I suggest removing that compile time check -- Father Chrysostomos |
From @cpansproutFixed in eff7547. -- Father Chrysostomos |
@cpansprout - Status changed from 'open' to 'pending release' |
From @cpansproutOn Tue Jul 02 22:32:04 2013, I wrote:
That is fixed in acb187b. -- Father Chrysostomos |
From @khwilliamsonThanks for submitting this ticket The issue should be resolved with the release today of Perl v5.22. 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#69456 (status was 'resolved')
Searchable as RT69456$
The text was updated successfully, but these errors were encountered: