Subject: | Mac files in distribution cause pod_coverage.t to fail |
Hidden files in the distribution (mac resource forks ?) are causing pod coverage to fail. The files are:
lib/Tree/Simple/View/._DHTML.pm
lib/Tree/Simple/._VIEW.pm
The pod_coverage.t error is (for one file):
t/pod_coverage......................Use of uninitialized value in string eq at /usr/local/share/perl/5.8.4/Test/Pod/Coverage.pm line 208.
Invalid and untaintable filename "blib/lib/Tree/Simple/View/._DHTML.pm"! at /usr/local/share/perl/5.8.4/Test/Pod/Coverage.pm line 208.
# Looks like your test died before it could output anything.
t/pod_coverage......................dubious
Removing the two files allows the tests to pass successfully.