I recently created a small Perl application that uses several non-core modules that will need to be installed through CPAN.
Is there a way to distribute the application with the ability to check if the necessary modules are installed and pull them out of the CPAN if they are not? I assume I'm looking for something similar to the CPAN auto-install feature.
I thought about using the starter module and :: Install module to create a structure similar to the module, and then adapted the assembly file to install the application in / bin ... but I'm not sure if this boot is a mountainous solution.
source share