Skip Menu |

This queue is for tickets about the Net-Graylog-Client CPAN distribution.

Report information
The Basics
Id: 105145
Status: resolved
Priority: 0/
Queue: Net-Graylog-Client

People
Owner: JALAVOY [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.3
Fixed in: 0.7



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
This should be fixed in the latest release On Wed Jun 10 01:50:23 2015, SREZIC wrote: Show quoted text
> 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