On Nov 11, 2005, at 5:15 PM, Joshua Hoblitt wrote:
On Thu, Nov 10, 2005 at 11:51:44AM +0100, Leopold Toetsch wrote:
Joshua Hoblitt wrote:
I've taken a look at using Module::Pluggable to register configure
steps. The simplest way to do this is to let Module::Pluggable
search
through the ./config directory. This requires renaming all of
the .pl
configure files to .pm because of hardwired assumptions in
Module::Pluggable.
How do you get correct dependencies for the steps then?
As in my original proposal, Configure.pl would have to set the order
that the steps run in. Longer term it'd be nice to build a dependency
tree between the steps and execute them in order of dependencies.
That sounds suspiciously like a Makefile.
This is a workable solution if there won't be a holy war over
importing
Module::Pluggable into the Parrot tree. How do people feel about
this?
No problem here, if there are significan advantages when using it.
OK.
-J
--