Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 091db59cc2c472e72fe14421f725785da577c4dc
https://github.com/Perl/perl5/commit/091db59cc2c472e72fe14421f725785da577c4dc
Author: Tony Cook <[email protected]>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M pod/perlop.pod
Log Message:
-----------
document that /c does nothing for s///
Another option would be to go through a deprecation cycle.
We can't just remove it, since there might be existing code that
has (the non-functional) /c.
fixes #17071