Skip to content

perlrecharclass.pod: Make clear that $, has been assigned to #17976

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

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

jkeenan
Copy link
Contributor

@jkeenan jkeenan commented Jul 17, 2020

For: #17892

@@ -529,7 +529,9 @@ place before the bracketed class is parsed:
$, = "\t| ";
$a =~ m'[$,]'; # single-quotish: matches '$' or ','
$a =~ q{[$,]}' # same
$a =~ m/[$,]/; # double-quotish: matches "\t", "|", or " "
$a =~ m/[$,]/; # double-quotish: Because we made an
# assignment to $ above, this now
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should say "$, above"

@jkeenan jkeenan force-pushed the jkeenan/gh-17892-perlrecharclass-20200717 branch from 2efb450 to d5e13e4 Compare July 17, 2020 21:38
@khwilliamson khwilliamson merged commit 25cf873 into blead Jul 30, 2020
@rjbs rjbs deleted the jkeenan/gh-17892-perlrecharclass-20200717 branch May 8, 2021 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants