Skip Menu |

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

Report information
The Basics
Id: 123019
Status: new
Priority: 0/
Queue: Module-Load

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

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



Subject: Document failure
The only mention the POD makes of failure is what happens if it can't find the argument as either a module name or a filename: Show quoted text
> If the argument matches only \w, it could either be a module or a file. We will try to find file.pm first in @INC and if that fails, we will try to find file in @INC. If both fail, we die with the respective error messages.
No other part of the documentation explains what happens if the input is not loadable at all.