Subject: | Tests fail with perl 5.13.11 |
Two test files fail with perl 5.13.11 on my freebsd 8.0 box. The whole
test suite works fine with perl 5.12.3, so probably the failures are
caused by changes in perl itself.
Here are the errors:
# Failed test 'open with :utf8, :flock and :creat -> success'
# at t/05_extra.t line 44.
# Failed test 'to utf8 mode'
# at t/05_extra.t line 45.
# ''
# doesn't match '(?^:utf8)'
# Looks like you failed 2 tests of 13.
t/05_extra.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/13 subtests
More than one argument to open(,':utf8') at t/061_tee_binmode.t line 110.
# Looks like you planned 42 tests but ran 35.
# Looks like your test exited with 255 just after 35.
t/061_tee_binmode.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/42 subtests
There is also an additional warning with the newer perl:
Use of qw(...) as parentheses is deprecated at t/09_invalid.t line 22.
t/09_invalid.t ....... ok
Regards,
Slaven