bliako has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monkees,
I am using ExtUtils::MakeMaker for all of my projects just because it is how I started. I know how to create custom targets with it using the "postamble". Now I need to modify certain targets like all in order to add more tasks during making. For example, I have need to create special files before compilation, let's call this target translations (because it translates various strings to various languages and provides multilingual strings). This target should be called prior to whatever target all does. How do I achieve this?
Of course I can add a new target allall as
But since my ability and will to remember special cases diminishes with time, I would prefer to always use standard targets.allall : translations all
bw, bliako
|
---|