Skip to content

perldeprecation: clean up #22182

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
Apr 30, 2024
Merged

perldeprecation: clean up #22182

merged 1 commit into from
Apr 30, 2024

Conversation

mauke
Copy link
Contributor

@mauke mauke commented Apr 28, 2024

  • Remove duplicate sections: File::Glob::glob, bare { in regexes, code points above 0xFF in string bitwise ops

    These were repeated for different perl versions, but none of the other sections list deprecations and removal separately (e.g. "Passing malformed strings was deprecated in Perl 5.18, and became fatal in Perl 5.26" only appears under Perl 5.26; the deprecation is not listed separately under Perl 5.18).

  • Fix some typos (e.g. "ballanced")

  • Fix (?) some grammar/punctuation

    Also use past tense to describe removed functions.

  • Fix some POD markup (C< > around variables, L< > for modules)

- Remove duplicate sections: File::Glob::glob, bare { in regexes, code
  points above 0xFF in string bitwise ops

  These were repeated for different perl versions, but none of the other
  sections list deprecations and removal separately (e.g. "Passing
  malformed strings was deprecated in Perl 5.18, and became fatal in
  Perl 5.26" only appears under Perl 5.26; the deprecation is not listed
  separately under Perl 5.18).

- Fix some typos (e.g. "ballanced")

- Fix (?) some grammar/punctuation

  Also use past tense to describe removed functions.

- Fix some POD markup (C< > around variables, L< > for modules)
@mauke mauke merged commit 04d2040 into Perl:blead Apr 30, 2024
@mauke mauke deleted the perldeprecation-fixes branch April 30, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants