Subject: | Test fail due to character encoding |
Installing gives this:
t/pod.t .................. 1/11
# Failed test 'POD test for blib/lib/Test/Database/Driver/mysql.pm'
# at /usr/lib/perl5/vendor_perl/5.14/Test/Pod.pm line 182.
# blib/lib/Test/Database/Driver/mysql.pm (77): Non-ASCII character seen before =encoding in 'Kāhntopp'. Assuming ISO8859-1
# Looks like you failed 1 test of 11.
t/pod.t .................. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/11 subtests
Adding this line:
=encoding latin1
right below '=head1 ACKNOWLEDGEMENTS'
in blib/lib/Test/Database/Driver/mysql.pm
makes the test pass.