﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
4885	Fix perl-5.34.0 test failures	ken@…	ken@…	"This was intended to be about the failure I've been seeing in ../cpan/Pod-Usage/t/pod/pod2usage2.t, but now that gdbm-1.20 is in the book there is a further failure.

With what is currently in the book:

{{{Failed 2 tests out of 2541, 99.92% okay.
        ../cpan/Pod-Usage/t/pod/pod2usage2.t
        ../ext/GDBM_File/t/gdbm.t
[...]
Elapsed: 815 sec
u=9.66  s=3.06  cu=474.93  cs=26.23  scripts=2541  tests=1197863
make: *** [makefile:799: test] Error 1
}}}

For the first:
{{{
cpan/Pod-Usage/t/pod/pod2usage2 .................................. #   Failed test 'Output test pod2usage with relative path works OK'
#   at t/pod/pod2usage2.t line 356.
#                   '#Can't load '../../lib/auto/Fcntl/Fcntl.so' for module Fcntl: ../../lib/auto/Fcntl/Fcntl.so: undefined symbol: Perl_croak_nocontext at ../../lib/XSLoader.pm line 93.
# #^@ at ../../lib/Fcntl.pm line 66.
# #Compilation failed in require at ../../lib/Pod/Perldoc.pm line 8.
# #BEGIN failed--compilation aborted at ../../lib/Pod/Perldoc.pm line 8.
# #Compilation failed in require at /usr/bin/perldoc line 12.
# #BEGIN failed--compilation aborted at /usr/bin/perldoc line 12.
# #sh: line 1: /usr/bin/less: No such file or directory
               ^^^^^^^^^^^^^
}}}

and for the second
{{{
ext/GDBM_File/t/gdbm ............................................. gdbm_firstkey: Item not found at ../../t/lib/dbmt_common.pl line 52.
Compilation failed in require at t/gdbm.t line 6.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 5.
FAILED--no leader found
}}}
That line 6: require '../../t/lib/dbmt_common.pl';
"	enhancement	closed	normal	11.0	Book	git	normal	fixed		
