-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Perl 5.38 Support #2714
Comments
hurricup
added a commit
that referenced
this issue
Jul 3, 2023
hurricup
added a commit
that referenced
this issue
Jul 3, 2023
hurricup
added a commit
that referenced
this issue
Jul 8, 2023
- added perl version - updated features list - updated core modules and pragmas - updated builtin list and builtin module - integration testing moved to 5.38.0
hurricup
added a commit
that referenced
this issue
Jul 8, 2023
Not sure why it started to fail right now, presumably caused by core modules update in #2714
hurricup
added a commit
that referenced
this issue
Jul 8, 2023
hurricup
added a commit
that referenced
this issue
Jul 8, 2023
- added perl version - updated features list - updated core modules and pragmas - updated builtin list and builtin module - integration testing moved to 5.38.0
hurricup
added a commit
that referenced
this issue
Jul 8, 2023
Not sure why it started to fail right now, presumably caused by core modules update in #2714
hurricup
added a commit
that referenced
this issue
Jul 8, 2023
hurricup
added a commit
that referenced
this issue
Jul 9, 2023
hurricup
added a commit
that referenced
this issue
Jul 9, 2023
hurricup
added a commit
that referenced
this issue
Jul 9, 2023
Fixed large samples and enabled errors for them - some end of file true statements missing semicolon - some archaic syntax for 5.12 - in some places grep cut off by __END__ but it was inside the literal, not code, and this made all code incorrect
hurricup
added a commit
that referenced
this issue
Jul 9, 2023
Fixed large samples and enabled errors for them - some end of file true statements missing semicolon - some archaic syntax for 5.12 - in some places grep cut off by __END__ but it was inside the literal, not code, and this made all code incorrect
hurricup
added a commit
that referenced
this issue
Jul 9, 2023
There's a small typo in the title, should be "Support" 🙂 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<< Perl 5.36
Reference: https://perldoc.perl.org/perl5380delta.html
class
feature and syntax: perlclass and perlclassguts, moved to Class syntax support #2728%{^HOOK
} API//=
and||=
(ref)return
andgoto
are forbidden indefer
andfinally
(ref) (but somegoto
s are allowed)(*{ ... })
syntax${^LAST_SUCCESSFUL_PATTERN}
regexp variable'
deprecated~~
is deprecated to be removed in 5.42, thanks Godbuiltin::export_lexically
See #2602
The text was updated successfully, but these errors were encountered: