On Sat May 19 18:46:50 2018, JKEENAN wrote:
Show quoted text> cpanm build log (gzipped) attached.
Also observed on FreeBSD-12 with perl-5.31.0.
#####
[Net-Pcap-0.18] $ thisprove -vb t/09-error.t
t/09-error.t ..
1..10
ok 1 - compile() with an invalid filter string
ok 2 - - result must not be null: -1
ok 3 - geterr()
not ok 4 - - $err must not be null: syntax error in filter expression: syntax error
ok 5 - compile() with a valid filter string
ok 6 - - result must be null: 0
ok 7 - geterr()
ok 8 - - $err must be null
ok 9 - strerror()
ok 10 - - $err must not be null
# Failed test ' - $err must not be null: syntax error in filter expression: syntax error'
# at t/09-error.t line 25.
# 'syntax error in filter expression: syntax error'
# doesn't match '/^(?:parse|syntax) error$/'
# Looks like you failed 1 test of 10.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/10 subtests
Test Summary Report
-------------------
t/09-error.t (Wstat: 256 Tests: 10 Failed: 1)
Failed test: 4
Non-zero exit status: 1
Files=1, Tests=10, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.08 cusr 0.05 csys = 0.19 CPU)
Result: FAIL
#####
Can you investigate?
Thank you very much.
Jim Keenan