Subject: | 'make test' fails on Fedora when doing -font test |
First off, let me thank you Rob for fixing problems found with this module so quickly. It's nice to see someone so active maintaining their module.
I did have a problem installing version 1.06 from CPAN though. I am using Fedora Core 2. It seems that the TestFont sub in t/02_Options_Basic.t is failing during 'make test'. I found that the problem was it attempts to set -family to 'Times', yet that font is not on my system. It looks like this is the same reason there is a FAIL report for Linux in the CPAN Testers section of this module version.
Just to test this, I edited the TestFont sub and changed "Times" to "Helveta". After that, 'make test' ran without error.
- Ken