Subject: | av_top_index not available for older perls |
I see test failures with older perls. For example with perl 5.14.4:
...
"/usr/perl5.14.4p/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XSCookies.bs blib/arch/auto/HTTP/XSCookies/XSCookies.bs 644
PERL_DL_NONLAZY=1 "/usr/perl5.14.4p/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't load '/home/cpansand/.cpan/build/2018030900/HTTP-XSCookies-0.000017-Xsi4iL/blib/arch/auto/HTTP/XSCookies/XSCookies.so' for module HTTP::XSCookies: /home/cpansand/.cpan/build/2018030900/HTTP-XSCookies-0.000017-Xsi4iL/blib/arch/auto/HTTP/XSCookies/XSCookies.so: Undefined symbol "av_top_index" at /usr/perl5.14.4p/lib/5.14.4/amd64-freebsd/DynaLoader.pm line 190.
at t/10_bake_crush.t line 5.
Compilation failed in require at t/10_bake_crush.t line 5.
BEGIN failed--compilation aborted at t/10_bake_crush.t line 5.
t/10_bake_crush.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
... (etc) ...