Skip Menu |

This queue is for tickets about the Module-Install CPAN distribution.

Report information
The Basics
Id: 77799
Status: new
Priority: 0/
Queue: Module-Install

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

Bug Information
Severity: Normal
Broken in: 1.06
Fixed in: (no value)



Subject: include() should do implicit requires()
When my Makefile.PL says include('Graph::Easy'); but I don't have Graph::Easy installed, it just seems to skip it. The include() function should complain if the requested module is not found.