Skip Menu |

This queue is for tickets about the Fp CPAN distribution.

Report information
The Basics
Id: 117562
Status: open
Priority: 0/
Queue: Fp

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: (no value)



Subject: Tarball contains MacOSX hidden files
See subject. On non-MacOSX systems the test suite may fail because of these files: # Failed test 'Pod coverage on ._fp' # at /opt/perl-5.25.4/lib/site_perl/5.25.4/Test/Pod/Coverage.pm line 133. # ._fp: couldn't find pod # Failed test 'Pod coverage on fp::._functionals' # at /opt/perl-5.25.4/lib/site_perl/5.25.4/Test/Pod/Coverage.pm line 133. # fp::._functionals: couldn't find pod # Failed test 'Pod coverage on fp::._lambda' # at /opt/perl-5.25.4/lib/site_perl/5.25.4/Test/Pod/Coverage.pm line 133. # fp::._lambda: couldn't find pod # Failed test 'Pod coverage on fp::lambda::._utils' # at /opt/perl-5.25.4/lib/site_perl/5.25.4/Test/Pod/Coverage.pm line 133. # fp::lambda::._utils: couldn't find pod # Looks like you failed 4 tests of 8. t/pod_coverage.t .................. Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/8 subtests Rebuilding the tarball with recent ExtUtils::MakeMaker may fix the problem.
On Tue Sep 06 17:01:33 2016, SREZIC wrote: Show quoted text
> See subject. On non-MacOSX systems the test suite may fail because of > these files: > > # Failed test 'Pod coverage on ._fp' > # at /opt/perl-5.25.4/lib/site_perl/5.25.4/Test/Pod/Coverage.pm line > 133. > # ._fp: couldn't find pod > > # Failed test 'Pod coverage on fp::._functionals' > # at /opt/perl-5.25.4/lib/site_perl/5.25.4/Test/Pod/Coverage.pm line > 133. > # fp::._functionals: couldn't find pod > > # Failed test 'Pod coverage on fp::._lambda' > # at /opt/perl-5.25.4/lib/site_perl/5.25.4/Test/Pod/Coverage.pm line > 133. > # fp::._lambda: couldn't find pod > > # Failed test 'Pod coverage on fp::lambda::._utils' > # at /opt/perl-5.25.4/lib/site_perl/5.25.4/Test/Pod/Coverage.pm line > 133. > # fp::lambda::._utils: couldn't find pod > # Looks like you failed 4 tests of 8. > t/pod_coverage.t .................. > Dubious, test returned 4 (wstat 1024, 0x400) > Failed 4/8 subtests > > > Rebuilding the tarball with recent ExtUtils::MakeMaker may fix the > problem.
One can also set the COPYFILE_DISABLE env var to 1 to make the system tar skip the resource forks.