Skip Menu |

This queue is for tickets about the Module-CPANTS-Analyse CPAN distribution.

Report information
The Basics
Id: 40898
Status: resolved
Priority: 0/
Queue: Module-CPANTS-Analyse

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

Bug Information
Severity: Wishlist
Broken in: 0.82
Fixed in: (no value)

Attachments
0001-add-no_dot_underscore_metafiles-indicator.patch.bz2



Subject: [PATCH] add no_dot_underscore_metafiles indicator
Some distribution authors on OS X accidently package and ship some binary metafiles. 'make' attempts to execute them and fails. These distributions are basically broken without manual intervention. This happens now and then, to see the extent of the problem: <http://google.com/search?q=%22._Makefile%22+%22Unrecognized+character+ %5Cx05%22> Typical recent example: <https://rt.cpan.org/Ticket/Display.html? id=40877> I have suffered at least two times from it this year alone. I propose a new indicator to catch this problem, graded as a core metric due to the severity. The attached git patch provides implementation and tests, and unrelated, some English fixes. Also add http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest- MD5-2.37.tar.gz into the t/eg/ directory as additional test data.
Subject: 0001-add-no_dot_underscore_metafiles-indicator.patch.bz2

Message body not shown because it is not plain text.

Closed this ticket as this was applied in 0.88 (and then moved to ::SiteKwalitee later). Thanks. On Fri Nov 14 01:30:46 2008, DAXIM wrote: Show quoted text
> Some distribution authors on OS X accidently package and ship some > binary metafiles. 'make' attempts to execute them and fails. These > distributions are basically broken without manual intervention. This > happens now and then, to see the extent of the problem: > <http://google.com/search?q=%22._Makefile%22+%22Unrecognized+character+ > %5Cx05%22> > Typical recent example: <https://rt.cpan.org/Ticket/Display.html? > id=40877> > I have suffered at least two times from it this year alone. > > I propose a new indicator to catch this problem, graded as a core > metric due to the severity. The attached git patch provides > implementation and tests, and unrelated, some English fixes. > Also add http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest- > MD5-2.37.tar.gz into the t/eg/ directory as additional test data.