Martin Bartosch wrote:
Might it be possible to create a kind of "dependancy" checker that will
check for the existance (and perhaps version) of required perl Modules
and outputs a list or bash script for cpan to fetch the missing modules ??
find src/modules/ -type f | xargs grep "^use " | sed
Oliver Welter wrote:
I try installing current cvs head and are nagged by several missing perl
Modules.
Might it be possible to create a kind of "dependancy" checker that will
check for the existance (and perhaps version) of required perl Modules
and outputs a list or bash script for cpan to fe
> Might it be possible to create a kind of "dependancy" checker that will
> check for the existance (and perhaps version) of required perl Modules
> and outputs a list or bash script for cpan to fetch the missing modules ??
find src/modules/ -type f | xargs grep "^use " | sed -e 's/;$//' | awk '{
Hi All,
I try installing current cvs head and are nagged by several missing perl
Modules.
Might it be possible to create a kind of "dependancy" checker that will
check for the existance (and perhaps version) of required perl Modules
and outputs a list or bash script for cpan to fetch the missi