On Dec 2, 2005, at 3:59 AM, Marcel Holan wrote:
Hi MM-Team, hi Michael,
I'm trying to make a nice CPAN-package called Goo (see
http://thegoo.org) and
have serious problems using ExtUtils::MakeMaker (MM).
If you're willing to rely on a different mechanism than MM, you could
check out Module::Build. You can always accomplish anything you want
by subclassing it (in this case overriding ACTION_install()), and in
many cases you can achieve what you want without subclassing.
http://search.cpan.org/~kwilliams/Module-Build-0.27_03/
-Ken