Re: Allow Perl to specify the list of headers that are XS dependencies

[email protected] (Leon Timmermans) Wed, 20 Feb 2013 03:39:31 +0100
Newsgroups perl.perl5.porters,perl.makemaker
Message-ID <CAHhgV8gvek3dafL1KS8834ZXZ5ys7h5T-fartYY6QLcN-9+xrw@mail.gmail.com>
On Wed, Feb 20, 2013 at 3:29 AM, demerphq <[email protected]> wrote:
> Cool thanks. Ill make EUMM try to use that.

Actually, it seems MakeMaker already defines a $self->{PERL_SRC}, so
you could skip that part and just do something like
=C2=AB$self->{PERL_SRC} || $self->catdir($Config{archlibexp}, 'CORE')=C2=BB=
.
It's tricky enough to get MakeMaker bootstrapped without adding even
more dependencies.

Leon