-
Notifications
You must be signed in to change notification settings - Fork 559
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
perldelta for 91e15e585c79, reinstate apostrophe package separator #22730
base: blead
Are you sure you want to change the base?
Conversation
pod/perldelta.pod
Outdated
Note that disabling this feature only prevents use of apostrophe as a | ||
package separator within code, unlike with the reverted removal | ||
symbolic references still treat C<'> as C<::> with the feature | ||
disabled: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused by the flow of the previous sentence. Should it be unlike with the reverted removal of symbolic references ...
? Or perhaps, unlike with the reverted removal, symbolic references ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed the mention of the reverted removal
3888e10
to
22329c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more nit; otherwise okay by me.
I don't see any comment pointing out that nit. |
pod/perldelta.pod
Outdated
no feature "apostrophe_as_package_separator"; | ||
|
||
Note that disabling this feature only prevents use of apostrophe as a | ||
package separator within code, symbolic references still treat C<'> as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/code,/code;/
Semicolon better to separate two independent clauses. (Somehow this didn't get posted earlier.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL, I only remembered ;
to separate colon introduced lists, I didn't know (perhaps forget) the independent clauses use.
22329c8
to
5360af9
Compare
5360af9
to
72854d8
Compare
Moved the change to |
It's in incompatible changes, it doesn't really belong in Core Enhancements.
72854d8
to
0488277
Compare
It's in incompatible changes, it doesn't really belong in Core Enhancements.