Subject: | Test suite fails with perl 5.19.x (maybe related to changes to \c?) |
The test suite fails with the newest development perls, at least with perl 5.19.10 and 5.19.11.
An overview of the test reports is visible at
http://matrix.cpantesters.org/?dist=String-Unescape-v0.0.1 (the fail test reports are not yet there, but will be in a few hours).
The test log looks like this:
...
Character following "\c" must be printable ASCII at (eval 11) line 1.
Character following "\c" must be printable ASCII at (eval 11) line 1.
# Failed test 'func: control chars'
# at t/basic.t line 28.
# got: '@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`acdefghijklmnopqrstuvwxyz{|}~
#
;<=>?'
# expected: undef
# Failed test 'class method: control chars'
# at t/basic.t line 30.
# got: '@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`acdefghijklmnopqrstuvwxyz{|}~
#
;<=>?'
# expected: undef
# Looks like you failed 2 tests of 15.
t/basic.t .................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/15 subtests
...
Regards,
Slaven