Re: [OpenCA-Devel] Adding perl-module dependancy check

2005-08-05 Thread Michael Bell
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

Re: [OpenCA-Devel] Adding perl-module dependancy check

2005-08-05 Thread Michael Bell
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

Re: [OpenCA-Devel] Adding perl-module dependancy check

2005-08-05 Thread Martin Bartosch
> 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 '{

[OpenCA-Devel] Adding perl-module dependancy check

2005-08-05 Thread Oliver Welter
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