Subject: | \C is deprecated in regex |
See subject. perldelta.pod in perl 5.22.0 contains the following explanation:
| New Warnings
| * \C is deprecated in regex
|
| (D deprecated) The "/\C/" character class was deprecated in v5.20,
| and now emits a warning. It is intended that it will become an error
| in v5.24. This character class matches a single byte even if it
| appears within a multi-byte character, breaks encapsulation, and can
| corrupt UTF-8 strings.
A sample report with this warning: http://www.cpantesters.org/cpan/report/5f84e5c6-ff9d-11e4-a4ee-d6d0e0bfc7aa