On Thursday 06 April 2006 22:34, Adam Kennedy wrote:
> Wow, what great timing :)
>
> To add to your use case, on the project I'm currently working on, we
> have 5 CPAN-style dists, probably 10 by the time we are done, but they
> all need to be installed in a particular order.
>
> Due to the peculia
Wow, what great timing :)
To add to your use case, on the project I'm currently working on, we
have 5 CPAN-style dists, probably 10 by the time we are done, but they
all need to be installed in a particular order.
Due to the peculiarities of the situation, doing a CPAN::Inject style
setup is
Hi all!
As part of developing Test::Run, I maintain several CPAN modules and install
them to a directory under my home-dir. Now, until today what I did was write
a bash function to run the installation commands ("perl Makefile.PL
PREFIX=$FOO", "make", "make test", make install", or the Module::