Skip Menu |

This queue is for tickets about the Date-Holidays-UK-EnglandAndWales CPAN distribution.

Report information
The Basics
Id: 120427
Status: open
Priority: 0/
Queue: Date-Holidays-UK-EnglandAndWales

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

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



Subject: Tarball contains MacOSX hidden files
The pod coverage test fails on something which looks like a hidden MacOSX file: # Failed test 'Pod coverage on Date::Holidays::UK::._EnglandAndWales' # at /usr/perl5.16.3t/lib/site_perl/5.16.3/Test/Pod/Coverage.pm line 133. # Date::Holidays::UK::._EnglandAndWales: 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 This happens on my linux & freebsd9 smokers (but for some reason the freebsd10 smoker is immune against this problem).
Subject: Re: [rt.cpan.org #120427] Tarball contains MacOSX hidden files
Date: Mon, 27 Feb 2017 20:00:33 +0100
To: bug-Date-Holidays-UK-EnglandAndWales [...] rt.cpan.org
From: Lee Goddard <leeg1644 [...] leegoddard.net>
Oopps. Thanks. 
Subject: Re: [rt.cpan.org #120427] Tarball contains MacOSX hidden files
Date: Mon, 06 Mar 2017 12:11:09 +0000
To: bug-Date-Holidays-UK-EnglandAndWales [...] rt.cpan.org
From: leeg1644 <leeg1644 [...] leegoddard.net>
Took another look at the module, but can't see why this would happen — can't see such a file in the tarball -- but I am still on OSX. Will recheck on Linux when possible. lee:Date-Holidays-UK-EnglandAndWales-0.04 lee$ ls -laR total 40 drwxr-xr-x 9 lee staff 306 6 Mar 13:10 . drwxr-xr-x+ 41 lee staff 1394 6 Mar 13:10 .. -rw-r--r--@ 1 lee staff 525 27 Feb 09:30 Changes -rw-r--r-- 1 lee staff 185 27 Feb 09:25 MANIFEST -rw-r--r-- 1 lee staff 506 27 Feb 09:31 META.yml -rw-r--r--@ 1 lee staff 602 27 Feb 09:25 Makefile.PL -rw-r--r--@ 1 lee staff 1054 27 Feb 09:25 README drwxr-xr-x 3 lee staff 102 27 Feb 09:31 lib drwxr-xr-x 7 lee staff 238 6 Mar 13:10 t ./lib: total 0 drwxr-xr-x 3 lee staff 102 27 Feb 09:31 . drwxr-xr-x 9 lee staff 306 6 Mar 13:10 .. drwxr-xr-x 3 lee staff 102 27 Feb 09:31 Date ./lib/Date: total 0 drwxr-xr-x 3 lee staff 102 27 Feb 09:31 . drwxr-xr-x 3 lee staff 102 27 Feb 09:31 .. drwxr-xr-x 3 lee staff 102 27 Feb 09:31 Holidays ./lib/Date/Holidays: total 0 drwxr-xr-x 3 lee staff 102 27 Feb 09:31 . drwxr-xr-x 3 lee staff 102 27 Feb 09:31 .. drwxr-xr-x 3 lee staff 102 6 Mar 13:10 UK ./lib/Date/Holidays/UK: total 16 drwxr-xr-x 3 lee staff 102 6 Mar 13:10 . drwxr-xr-x 3 lee staff 102 27 Feb 09:31 .. -rw-r--r--@ 1 lee staff 7600 27 Feb 09:31 EnglandAndWales.pm ./t: total 40 drwxr-xr-x 7 lee staff 238 6 Mar 13:10 . drwxr-xr-x 9 lee staff 306 6 Mar 13:10 .. -rw-r--r--@ 1 lee staff 225 27 Feb 09:25 00-load.t -rw-r--r--@ 1 lee staff 254 27 Feb 09:25 02-crimbo.t -rw-r--r--@ 1 lee staff 1255 27 Feb 09:25 boilerplate.t -rw-r--r--@ 1 lee staff 172 27 Feb 09:25 pod-coverage.t -rw-r--r--@ 1 lee staff 140 27 Feb 09:25 pod.t lee:Date-Holidays-UK-EnglandAndWales-0.04 lee$
On Mon Mar 06 07:11:24 2017, leeg1644@leegoddard.net wrote: Show quoted text
> Took another look at the module, but can't see why this would happen > — can't see such a file in the tarball -- but I am still on OSX. Will > recheck on Linux when possible.
You might want to try this in your Makefile.PL: dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', TAR => 'COPYFILE_DISABLE=1 tar' },