Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 0337b549a099881b01259cf842288778ffe352b1 https://github.com/Perl/perl5/commit/0337b549a099881b01259cf842288778ffe352b1 Author: Karl Williamson <k...@cpan.org> Date: 2025-05-10 (Sat, 10 May 2025)
Changed paths: M pod/perlintro.pod Log Message: ----------- perlintro: Define metacharacter before using the term This adds a bit of text about metacharacters that was missing from this introductory pod. Commit: ff62b55c910ae6734cdac426a03932c7d18898a5 https://github.com/Perl/perl5/commit/ff62b55c910ae6734cdac426a03932c7d18898a5 Author: Karl Williamson <k...@cpan.org> Date: 2025-05-10 (Sat, 10 May 2025) Changed paths: M pod/perldiag.pod M pod/perlfunc.pod M pod/perlre.pod M pod/perlrebackslash.pod M pod/perlreref.pod M pod/perlretut.pod M pp.c Log Message: ----------- pod and comments: Note escape vs quote Fixes #15221 The documentation and comments were misleading about conflating quoting a metacharacter and escaping it. Since \Q stands for quote, we have to continue to use that terminology. This commit clarifies that the two terms are often equivalent. This also adds detail about quotemeta and \Q. Commit: 755480c7d2d6554950b01c71358a5e659e57af75 https://github.com/Perl/perl5/commit/755480c7d2d6554950b01c71358a5e659e57af75 Author: Karl Williamson <k...@cpan.org> Date: 2025-05-10 (Sat, 10 May 2025) Changed paths: M pod/perlre.pod Log Message: ----------- perlre: Simplify some text By adding a word to a =heading, a sentence can be removed, and is clearer. But since some pod somewhere may link to that heading, a section at the end is added with the old name, and pointing to the new one. Dan Book searched and found no instances in CPAN of the old heading being linked to, but this guarantees that nothing breaks. Compare: https://github.com/Perl/perl5/compare/064a75fb477a...755480c7d2d6 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications