Skip Menu |

This queue is for tickets about the Filter-Simple CPAN distribution.

Report information
The Basics
Id: 105146
Status: resolved
Priority: 0/
Queue: Filter-Simple

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.91
Fixed in: (no value)



Subject: \C is deprecated in regex
See subject. https://metacpan.org/pod/release/RJBS/perl-5.22.0/pod/perldelta.pod#New-Warnings says: | 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/29535ca4-06e5-11e5-8e9a-769cdfbfc7aa
On 2015-06-10 01:52:57, SREZIC wrote: Show quoted text
> See subject. https://metacpan.org/pod/release/RJBS/perl- > 5.22.0/pod/perldelta.pod#New-Warnings says: > > | 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/29535ca4-06e5-11e5-8e9a- > 769cdfbfc7aa
I just see that perl 5.22 already has a newer 0.92 included, probably with this warning already fixed. So probably only a newer CPAN release should be done...
About to do a core=>CPAN sync release to fix this.