Skip Menu |

This queue is for tickets about the local-lib CPAN distribution.

Report information
The Basics
Id: 64230
Status: rejected
Priority: 0/
Queue: local-lib

People
Owner: Nobody in particular
Requestors: xenoterracide [...] gmail.com
Cc:
AdminCc:

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



Subject: MODULEBUILDRC doesn't get set
Date: Sat, 25 Dec 2010 15:42:52 -0600
To: bugs-local-lib [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
according to cpanm (via PERL_MM_OPT and MODULEBUILDRC). So if you're using local::lib, then it installs to your local perl5 directory. Otherwise it installs to the siteperl directory. unfortunately local::lib doesn't seem to set MODULEBUILDRC, and so by default cpanm with use ~/perl5 even if local::lib is installed -- Caleb Cushing http://xenoterracide.com
Yes it does. Stop doing it wrong.
Subject: Re: [rt.cpan.org #64230] MODULEBUILDRC doesn't get set
Date: Sat, 25 Dec 2010 19:26:33 -0600
To: bug-local-lib [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
On Sat, Dec 25, 2010 at 6:17 PM, Chris Nehren via RT <bug-local-lib@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=64230 > > > Yes it does. Stop doing it wrong. >
this is wrong? it sets the other stuff... but not MODULEBUILDRC eval $(perl -I${HOME}/.usr/lib/perl5 -Mlocal::lib=${HOME}/.usr) -- Caleb Cushing http://xenoterracide.com
Subject: Re: [rt.cpan.org #64230] MODULEBUILDRC doesn't get set
Date: Sun, 26 Dec 2010 06:59:26 -0500
To: bug-local-lib [...] rt.cpan.org
From: Chris Nehren <apeiron [...] cpan.org>
On Dec 25, 2010, at 8:26 PM, Caleb Cushing via RT wrote: Show quoted text
> Queue: local-lib > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=64230 > > this is wrong? it sets the other stuff... but not MODULEBUILDRC > > eval $(perl -I${HOME}/.usr/lib/perl5 -Mlocal::lib=${HOME}/.usr)
Independently of whether you're doing it wrong or not, MODULEBUILDRC was deprecated in favor of PERL_MB_OPT. Please see local::lib's Changes file for information. -- Thanks and best regards, Chris Nehren
Subject: Re: [rt.cpan.org #64230] MODULEBUILDRC doesn't get set
Date: Sun, 26 Dec 2010 15:10:53 -0600
To: bug-local-lib [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
On Sun, Dec 26, 2010 at 5:59 AM, Chris Nehren via RT <bug-local-lib@rt.cpan.org> wrote: Show quoted text
> Independently of whether you're doing it wrong or not, MODULEBUILDRC was deprecated in favor of PERL_MB_OPT. Please see local::lib's Changes file for information.
unfortunately whether or not it was deprecated cpanm doesn't seem to install dists to the right location without it being set right... and local::lib isn't setting it. whether or not that's a local::lib or App::cpanminus bug idk. all I know is I echo $MODULEBUILDRC and it prints an empty line. setting it by hand every eval-ing local::lib fixes the problem. -- Caleb Cushing http://xenoterracide.com
Subject: Re: [rt.cpan.org #64230] MODULEBUILDRC doesn't get set
Date: Sun, 26 Dec 2010 22:48:12 -0500
To: bug-local-lib [...] rt.cpan.org
From: Chris Nehren <apeiron [...] cpan.org>
On Dec 26, 2010, at 4:11 PM, Caleb Cushing via RT wrote: Show quoted text
> Queue: local-lib > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=64230 > > > On Sun, Dec 26, 2010 at 5:59 AM, Chris Nehren via RT > <bug-local-lib@rt.cpan.org> wrote:
>> Independently of whether you're doing it wrong or not, MODULEBUILDRC was deprecated in favor of PERL_MB_OPT. Please see local::lib's Changes file for information.
> > unfortunately whether or not it was deprecated cpanm doesn't seem to > install dists to the right location without it being set right... and > local::lib isn't setting it. whether or not that's a local::lib or > App::cpanminus bug idk. all I know is I echo $MODULEBUILDRC and it > prints an empty line. setting it by hand every eval-ing local::lib > fixes the problem.
There is no MODULEBUILDRC in local::lib any more. I cannot fix a bug in software I don't maintain that interacts with a part of software I do maintain that no longer exists. I do not know how to phrase this more clearly. -- Thanks and best regards, Chris Nehren
Subject: Re: [rt.cpan.org #64230] MODULEBUILDRC doesn't get set
Date: Mon, 27 Dec 2010 00:04:48 -0600
To: bug-local-lib [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
On Sat, Dec 25, 2010 at 6:17 PM, Chris Nehren via RT <bug-local-lib@rt.cpan.org> wrote: Show quoted text
> Yes it does. Stop doing it wrong. >
wow, so it appears you don't know how the software you maintains work, first you says it does, then you say it doesn't. make up your mind. -- Caleb Cushing http://xenoterracide.com
Irrelevant now that we're on PERL_MB_OPT.