Re: [Module-build-general] Default MANIFEST.SKIP enhancement?
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-08-11 14:57:04
|
On Monday, August 11, 2003, at 04:12 AM, Michael G Schwern wrote: > So Module::Build uses ExtUtils::Manifest. ExtUtils::Manifest provides > a default MANIFEST.SKIP to avoid the usual junk around at build time. > blib, Makefiles, etc... But it doesn't know about Module::Build so > it doesn't know about Build and _build/. > > I've added those two in to the default MANIFEST.SKIP. Anything else > needed? That should do it. I always add ^Foo-Bar to the list too (in module Foo::Bar) to skip the distdir & tarballs, but I guess the default MANIFEST.SKIP isn't dynamically built. > > > PS Ken, let me know if this never makes it to the list. Finally made it there this morning. -Ken |