On 28/10/02 08:21 -0800, James Michael DuPont wrote: > Ingy, > this is great news. Currently we are building an install > at work with a structure like this : > > ROOT - > CONFIG > config for module 1 > config for module 2 > Processing > Module1 Exe + scripts > - libs for module 1 > Module2 Exe + scripts > - libs for module 2 > Feeds > files from system 1 > files from system 2 > > So the idea is to use makemake to install the > binaries, scripts and modules for module x into > /processing/module1/ > > and the libs into > /processing/module1/libs > > and the config files into > /config/ > > Is this easy/possible with Cpan::MakeMaker, and if so, > i will put the work into using it for this project,
EVERYTHING IS POSSIBLE AT CPAN::MAKEMAKER (http://zombo.com) Should be possible. It's Perl. :) You just gave me an idea. I'll probably need to figure out an API for extending CP::MM. Probably not today :) Cheers, Brian