Skip Menu |

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

Report information
The Basics
Id: 128068
Status: rejected
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: jfdey [...] fredhutch.org
Cc:
AdminCc:

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



Subject: Module::Build issue
Date: Thu, 20 Dec 2018 17:06:24 +0000
To: "bug-Module-Build [...] rt.cpan.org" <bug-Module-Build [...] rt.cpan.org>
From: "Dey, John F" <jfdey [...] fredhutch.org>
Module::Build 0.4224 Perl 5.28.1 Build error do "inc/bootstrap.pl" failed, '.' is no longer in @INC; did you mean do "./inc/bootstrap.pl"? at Makefile.PL line 11. Fix; added this line to Makefile.PL use lib ‘.’; John Dey HPC Operations SciComp Computing O 206.667.4308 M 360.649.2731 jfdey@fredhutch.org<mailto:jfdey@fredhutch.org> SciComp Office Hours Wed. 10-noon M4-B102 [http://www.fredhutch.org/content/dam/public/email-signatures/3/fred_hutch_logo.png]<http://www.fredhutch.org/> Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N., Mail Stop J4-402 Seattle, WA 98109 fredhutch.org<http://www.fredhutch.org/>
On Thu Dec 20 12:06:39 2018, jfdey@fredhutch.org wrote: Show quoted text
> Module::Build 0.4224 > Perl 5.28.1 > Build error > do "inc/bootstrap.pl" failed, '.' is no longer in @INC; did you mean > do "./inc/bootstrap.pl"? at Makefile.PL line 11. > > Fix; added this line to Makefile.PL > use lib ‘.’; > > John Dey
Hi John, This issues was fixed in 0.4222, released 21 months ago. Leon
Hi Leon, John says he's using version 0.4224, one of you might want to double-check the version. -Ken On Thu Dec 20 17:45:28 2018, LEONT wrote: Show quoted text
> > This issues was fixed in 0.4222, released 21 months ago. > > Leon
Subject: Re: [rt.cpan.org #128068] Module::Build issue
Date: Sun, 23 Dec 2018 04:46:37 +0100
To: bug-Module-Build [...] rt.cpan.org
From: Leon Timmermans <leont [...] cpan.org>
On Fri, Dec 21, 2018 at 1:50 AM Ken Williams via RT <bug-Module-Build@rt.cpan.org> wrote: Show quoted text
> Hi Leon, > > John says he's using version 0.4224, one of you might want to double-check the version. > > -Ken
Hi Ken, You might want to check https://metacpan.org/source/LEONT/Module-Build-0.4224/Makefile.PL#L11 That line doesn't say «do "inc/bootstrap.pl"», it says «do './inc/bootstrap.pl'». Like 0.4222 and unlike 0.420. Just like the warning suggests. Leon Leon