Subject: | Hidden Mac OS X files in tarball (0.03) |
The t/pod-coverage.t fails obviously because of hidden Mac OS X files in the distribution tarball:
...
# Failed test 'Pod coverage on DBIx::._JSON'
# at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line 133.
# DBIx::._JSON: couldn't find pod
# Looks like you failed 1 test of 2.
t/pod-coverage.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
...
I heard that there are tricks to avoid packaging of these files, maybe just using a newer ExtUtils::MakeMaker for building the dist would help.