develooper Front page | perl.perl5.porters | Postings from June 2010

[perl #76144] [PATCH] Don't check MANIFEST when building extension

Thread Next
From:
Robin Barker
Date:
June 28, 2010 03:29
Subject:
[perl #76144] [PATCH] Don't check MANIFEST when building extension
Message ID:
rt-3.6.HEAD-4976-1277669205-385.76144-75-0@perl.org
# New Ticket Created by  Robin Barker 
# Please include the string:  [perl #76144]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76144 >


MANIFEST checking is done by ./Configure.   Nevertheless when extensions are built and they have their own (CPAN) MANIFEST file, this is checked again: sometimes with "false negative" warnings if some files are not included from the CPAN distribution.  This patch stops the MANIFEST checking when $ENV{PERL_CORE}.

Robin

Thread Next


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