Re: MANIFEST.SKIP deleted on distclean?
David Golden <[email protected]> Fri, 16 Apr 2010 13:54:00 -0400
| Newsgroups | gmane.comp.lang.perl.modules.module-build |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 16, 2010 at 1:47 PM, Eric Wilhelm <[email protected]> wrote: > Or, dirty hacks: > > my $orig = \&ExtUtils::Manifest::maniskip; > local *ExtUtils::Manifest::maniskip = sub { -1 Dirty hacks lead to maintenance headaches later. I'd rather not clean up the MANIFEST.SKIP before monkeypatching things. David