Skip Menu |

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

Report information
The Basics
Id: 27327
Status: resolved
Priority: 0/
Queue: Module-Install

People
Owner: Nobody in particular
Requestors: mikko.lipasti [...] iki.fi
Cc:
AdminCc:

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



Subject: Can't call method "load" on an undefined value at inc/Module/Install.pm line 180.
Date: Tue, 29 May 2007 11:11:43 +0100 (BST)
To: bug-Module-Install [...] rt.cpan.org
From: Mikko Lipasti <mikko.lipasti [...] iki.fi>
Several modules fail to install. Running /path/to/perl Makefile.PL results in Can't call method "load" on an undefined value at inc/Module/Install.pm line 180. Examples of failing modules are: - Convert::ASN1 - Class::ErrorHandler I've tried removing inc/ and having it rebuilt, but the problem presists. I'm running perl 5.8.8 and Module::Install 0.67.
Subject: Re: [rt.cpan.org #27327] Can't call method "load" on an undefined value at inc/Module/Install.pm line 180.
Date: Tue, 29 May 2007 12:56:45 +0100 (BST)
To: bug-Module-Install [...] rt.cpan.org
From: Mikko Lipasti <mikko.lipasti [...] iki.fi>
Attached is a patch that seems to fix the problem for me. Test suite also appears to pass.

Message body is not shown because sender requested not to inline it.

Patch applied, thank you