Subject: | Recursive Module Installation |
Once Bug #2062 is resolved, it might be nice to allow recursive module installation.
Possible algorithm for this example:
cpan2rpm --install --recursive Net::DNAT
Search the STDERR for verbage such as the following:
Can't locate Net/Server/Multiplex.pm in @INC
If it could successfully recursively install Net::Server::Multiplex, then it could try Net::DNAT again.
This --recursive option may only be appropriate when the --install option is also supplied.
Of course, beware of infinite loops. :-D