-
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
qr/(?{...})/ regressions in 5.18 #14292
Comments
From @cpansproutI fixed these in two recent commits: 3bc8ec9: $ perl5.18.1 -e 'qr/@a(?{})/' d100ca4: $ ./perl -e 'qr/\Q(?{})/' I recommend that we backport the fixes to both maint-5.20 and maint-5.18. d100ca4 looks complex. If necessary, we could just delete the assertion from the maint branches, instead of backporting the new assertion. -- Father Chrysostomos |
@steve-m-hay - Status changed from 'new' to 'pending release' |
From @khwilliamsonThanks for submitting this ticket The issue should be resolved with the release today of Perl v5.22, available at http://www.perl.org/get.html -- |
@khwilliamson - Status changed from 'pending release' to 'resolved' |
Migrated from rt.perl.org#123344 (status was 'resolved')
Searchable as RT123344$
The text was updated successfully, but these errors were encountered: