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 -e 's/;$//' | awk '{ print $2 }' | grep -v "^OpenCA" | sort | uniq | while read module ; do perl -e "use $module;" ; done
I added a use test to INSTALL.modules. The file is now a README and simple test.
Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 [EMAIL PROTECTED] D-10099 Berlin _______________________________________________________________
smime.p7s
Description: S/MIME Cryptographic Signature
