Skip Menu |

This queue is for tickets about the JMAP-Validation CPAN distribution.

Report information
The Basics
Id: 115130
Status: new
Priority: 0/
Queue: JMAP-Validation

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

Bug Information
Severity: (no value)
Broken in:
  • 0.002
  • 0.003
  • 0.004
Fixed in: (no value)



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 ...
On 2016-06-07 01:17:44, SREZIC wrote: Show quoted text
> 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 > ...
Still broken with 0.003.