develooper Front page | perl.perl5.porters | Postings from July 2014

[perl #122416] Default MANIFEST.SKIP too aggressive about exclusions

Thread Previous
From:
James E Keenan
Date:
July 27, 2014 23:23
Subject:
[perl #122416] Default MANIFEST.SKIP too aggressive about exclusions
Message ID:
rt-4.0.18-12643-1406503396-1719.122416-75-0@perl.org
# New Ticket Created by  James E Keenan 
# Please include the string:  [perl #122416]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122416 >


[Since ExtUtils-Manifest is now primarily maintained by Perl 5 Porters, I am moving this ticket here from https://rt.cpan.org/Ticket/Display.html?id=57507. -- jkeenan]

The default MANIFEST.SKIP includes rules like these:

    # Avoid version control files.
    \bRCS\b
    \bCVS\b
    \bSCCS\b

This erroneously matches input like:

    lib/Library/CVS.pm
    lib/Library/RCS.pm
    lib/Library/SCCS.pm

Those systems will never produce CVS.pm files, so just checking for \b
is an error.

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About