I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-07-31 20:07:26-07 by mthurn
how can I change a macro definition?
I want to change the POSTOP macro definition in the generated makefile. How do I do it? According to the ExtUtils::MM_Unix source code, the value of POSTOP can be changed by providing an argument to the dist() function. However, the function Module::Install::Makefile::write() does NOT allow anything to get passed in to the dist() function -- nothing except its own hardcoded PREOP value, that is. 8-(
Direct Responses: Write a response