[Module::Build] Re: CPAN Upload: Y/YV/YVES/ExtUtils-Install-1.38.tar.gz
Status: Beta
Brought to you by:
kwilliams
From: Rafael Garcia-S. <rga...@gm...> - 2006-04-09 23:05:56
|
On 09/04/06, demerphq <dem...@gm...> wrote: > In ex-ExtUtils-Install-1.3702 I made the mistake of letting > MANIFEST.SKIP be used when no INSTALL.SKIP was present but this > prevented some packages from installing as their MANIFEST.SKIP > contained the patter /blib/ which as it is in most install source > paths meant that nothing would get installed at all. 1.38 fixes this > problem by using INSTALL.SKIP only, but allows > EU_INSTALL_SITE_SKIPFILE to be set to a site specific file for generic > use. OK, that was the explanation I was looking for :) Thanks. |