# Failed test 'got expected info for symlink to PDF'
# at t/constructor-params.t line 27.
# Structures begin differing at:
# $got->{mime_with_encoding} = 'application/pdf; charset=unknown'
# $expected->{mime_with_encoding} = 'application/pdf; charset=binary'
####
my $encoding = 'openbsd' eq $^O ? 'unknown' : 'binary';
is_deeply(
$info, {
description => 'PDF document, version 1.4',
mime_type => 'application/pdf',
encoding => $encoding,
mime_with_encoding => 'application/pdf; charset=' . $encoding,
},
'got expected info for symlink to PDF'
);
####
error calling magic_file: zlib: (null) at /home/cpan/pit/bare/conf/perl-5.12.4/.cpanplus/5.12.4/build/File-LibMagic-1.12/blib/lib/File/LibMagic.pm line 107.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 79 just after 2.