Skip Menu |

This queue is for tickets about the Class-MethodMaker CPAN distribution.

Report information
The Basics
Id: 2011
Status: resolved
Priority: 0/
Queue: Class-MethodMaker

People
Owner: fluffy [...] cpan.org
Requestors:
Cc:
AdminCc:

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



Subject: if you got old Class-MethodMaker installed, can't install make
'.' is usually the LAST item in @INC Since I installed Class::MethodMaker before, make.pm is found OUTSIDE of the current directory, and thus running `perl Makefile.PL' does not create a Makefile You need to modify Makefile.PL with use lib '.'; # or equivalent magic aka BEGIN{unshift @INC , '.';} before you use make; Also, you don't have any installation instructions
Date: Sat, 2 Apr 2005 09:39:22 +0000
From: "Martyn J. Pearce" <fluffy [...] sixears.co.uk>
To: via RT <bug-Class-MethodMaker [...] rt.cpan.org>
CC: "AdminCc of cpan Ticket #2011": ;
Subject: Re: [cpan #2011] if you got old Class-MethodMaker installed, can't install make
RT-Send-Cc:
I'm sorry, this ticket got lost in my email. The make.pm issue has gone away, since we no longer use make.pm. INSTALL has been present in the dist. since v2.00 . Thanks for the heads-up, Mx. On Thu, Jan 30, 2003 at 11:58:20PM -0500, via RT wrote: Show quoted text
> > This message about Class-MethodMaker was sent to you by PODMASTER <PODMASTER@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=2011 > > > '.' is usually the LAST item in @INC > > Since I installed Class::MethodMaker before, make.pm > is found OUTSIDE of the current directory, > and thus running `perl Makefile.PL' does not create a Makefile > > You need to modify Makefile.PL with > > use lib '.'; # or equivalent magic aka BEGIN{unshift @INC , '.';} > > before you > > use make; > > Also, you don't have any installation instructions >