Subject: | .pm.PL runs in wrong order for WriteMakefile |
When using the PL_FILES target in WriteMakefile under version 0.87 with
a script that produces a module (.pm.PL => .pm), the .PL is executed at
the wrong time in the make sequence!
That's two steps back, as it were, since one does not have to list .PL
files explicitly under Module::Build at all, and MakeMaker at least DWIM.
It isn't overwhelmingly critical, as I can work around it by rerunning
perl Makefile.PL and make, but it is annoying...
Is there a different approach altogether I should be using rather than
PL files?