Subject: | Tests fail since 5.11.4 |
See http://matrix.cpantesters.org/?dist=Unicode-Semantics&maxver=
not ok 430 # (chr(0x00ad) =~ /[[:cntrl:]]/) == 1
not ok 902 # (chr(0x0085) =~ /[[:print:]]/) == 1
not ok 1459 # (chr(0x00b2) =~ /[[:word:]]/) == 1
not ok 1460 # (chr(0x00b3) =~ /[[:word:]]/) == 1
not ok 1466 # (chr(0x00b9) =~ /[[:word:]]/) == 1
not ok 1469 # (chr(0x00bc) =~ /[[:word:]]/) == 1
not ok 1470 # (chr(0x00bd) =~ /[[:word:]]/) == 1
not ok 1471 # (chr(0x00be) =~ /[[:word:]]/) == 1
not ok 1971 # (chr(0x00b2) =~ /\w/) == 1
not ok 1972 # (chr(0x00b3) =~ /\w/) == 1
not ok 1978 # (chr(0x00b9) =~ /\w/) == 1
not ok 1981 # (chr(0x00bc) =~ /\w/) == 1
not ok 1982 # (chr(0x00bd) =~ /\w/) == 1
not ok 1983 # (chr(0x00be) =~ /\w/) == 1
I did not look into the issue, but suspect either the change of the
included Unicode database, or the improvements done to Perl's Unicode
implementation.
Regards,
Slaven