Subject: | Extra checks in Makefile.PL prevent from automatic installation (0.127) |
If a dependency is missing then Makefile.PL aborts with a message like:
Module Tk::BrowseEntry is required
and this prevents CPAN.pm to install the application automatically.
Probably you can remove all extra prereq checks in Makefile.PL, and just use EUMM's PREREQ_PM mechanism.
Only for the Image::* stuff I have a suggestion: check if any of the three Image::* modules is installed. If one of these is installed, then add this one to PREREQ_PM. If none if installed, then pick one of the three for PREREQ_PM.