Subject: | Tarball should contain a (dummy) App::find2perl |
Currently doing
cpan App::find2perl
would install find2perl on every run, because there's no App::find2perl which is installed, and CPAN.pm determines if it has to install anything by doing a version check on the specified module.
It's either not possible to use CPAN.pm on the script name, and using the distribution name for the installation means one has to hardcode or track the current latest version of the distribution.
Best is to provide a dummy App::find2perl here. Maybe even better it would be to move the code from find2perl to this new module, and make it possible to use this functionality from perl scripts and modules directly, not via find2perl.
Regards,
Slaven