Subject: | Incompatibility 2.64/3.00: Font::AFM 1.19 |
2.64 said
t/afm......skipped
all skipped: no reason given
t/times....ok
All tests successful, 1 test skipped.
Files=2, Tests=2, 0 wallclock secs ( 0.02 cusr + 0.01 csys = 0.03 CPU)
(/usr/bin/make test exited with 0)
3.03 says
t/afm........skipped: (no reason given)
t/times......ok
Test Summary Report
-------------------
t/afm.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test number(s): 1
Parse errors: Bad plan. You planned 0 tests but ran 1.
Files=2, Tests=3, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.03 cusr
0.00 csys = 0.06 CPU)
Result: FAIL
Failed 1/2 test programs. 1/3 subtests failed.
The test output is indeed not so kosher
$ make test TEST_VERBOSE=1 TEST_FILES=t/afm.t
PERL_DL_NONLAZY=1
/home/src/perl/repoperls/installed-perls/perl/pw2AM9j/perl-5.8.0@32474/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib',
'blib/arch')" t/afm.t
t/afm......
1..0
Can't find the AFM file for Helvetica at t/afm.t line 4
ok 1
What do you think?