Subject: | \C no longer supported in regex |
Compulation of JMAP/Validation/Checks/Address.pm fails since perl 5.24.0 --- \C cannot be used anymore. With perl 5.22.x there's a deprecation warning.
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/usr/perl5.24.0p/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
\C no longer supported in regex; marked by <-- HERE in m/\ <-- HERE C{257}/ at /home/cpansand/.cpan/build/2016060703/JMAP-Validation-0.002-DmPlHx/t/../lib/JMAP/Validation/Checks/String.pm line 36.
Compilation failed in require at /home/cpansand/.cpan/build/2016060703/JMAP-Validation-0.002-DmPlHx/t/../lib/JMAP/Validation/Checks/Address.pm line 4.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2016060703/JMAP-Validation-0.002-DmPlHx/t/../lib/JMAP/Validation/Checks/Address.pm line 4.
Compilation failed in require at t/is_Address.t line 6.
BEGIN failed--compilation aborted at t/is_Address.t line 6.
t/is_Address.t ..............
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
...