A. Pagaltzis wrote:
* Adam Kennedy <[EMAIL PROTECTED]> [2006-04-01 04:10]:
I guess the problem is that in Makefile.PL strictly speaking
you're not _really_ meant to be doing any building of stuff.

That's supposed to be what you do in make.

So one solution to your problem might be to add something that
defers that part until make.

Of course, the problem is hacking EU::MM etc such that it
actually works, which is a lot more effort than cheating and
doing it in `Makefile.PL`.

For example...erm... take a --make flag in the Makefile.PL that
tells it to go off and do the generation of things, and then if
not passed --make, run the normal stuff, but add an entry into
the appropriate place so that a Makefile rule is added to
trigger that callback.

Or port to M::B and quit worrying…

*cringe*

Except that brings other problems...

Adam K

Reply via email to