On Fri, Apr 16, 2010 at 1:47 PM, Eric Wilhelm <enoba...@gmail.com> 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

Reply via email to