Skip Menu |

This queue is for tickets about the App-githook-perltidy CPAN distribution.

Report information
The Basics
Id: 90338
Status: resolved
Priority: 0/
Queue: App-githook-perltidy

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

Bug Information
Severity: Important
Broken in: 0.11.1_4
Fixed in: (no value)



Subject: incorrect files included
Your distribution contains files blib Makefile pm_to_blib MYMETA.yml and MYMETA.json. These files should not be included into distribution - they are generated when installing. -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #90338] incorrect files included
Date: Sun, 22 Dec 2013 17:40:17 +0100
To: Alexandr Ciornii via RT <bug-App-githook-perltidy [...] rt.cpan.org>
From: Mark Lawrence <nomad [...] null.net>
Hi Alexandr, Thanks for the report. Show quoted text
> Your distribution contains files blib Makefile pm_to_blib MYMETA.yml > and MYMETA.json. These files should not be included into distribution > - they are generated when installing.
Interesting that they got included. They should all be ignored by the MANIFEST.SKIP file, and test show that to be the case now too. I suspect I did something like a "make distdir disttest dist" which wouldn't have created the dist cleanly. Next version is uploaded with those files removed. Regards, Mark. -- Mark Lawrence