Skip Menu |

This queue is for tickets about the App-tkiv CPAN distribution.

Report information
The Basics
Id: 101245
Status: resolved
Priority: 0/
Queue: App-tkiv

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.115
Fixed in: 0.128



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.