Re: [Module::Build] [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.56_03.tar.gz]
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-02-28 23:04:33
|
On Feb 28, 2006, at 11:39 AM, demerphq wrote: > On 2/28/06, David E. Wheeler <da...@ki...> wrote: >> On Feb 28, 2006, at 09:16, demerphq wrote: >> >>> Yeah, i know. Its the bit "out of the box" that I feel is important. >>> Why should perl ever install a file a with .svn into the tree? >> >> The default MANIFEST.skip has come with "\.svn" for some time. > > Oh cool. :-) > > Er, As produced by MB? Or by something else? The skinny: * If no MANIFEST.skip file is present when running the 'manifest' action, M::B will create one that does indeed know about .svn dirs. * h2xs doesn't produce a MANIFEST.SKIP at all, AFAIK * ExtUtils::Manifest never creates a MANIFEST.SKIP file either AFAIK, but it does have a default set of stuff it will skip when no MANIFEST.SKIP is present. -Ken |