> 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
=:)
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
OpenCA-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-devel