Skip Menu |

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

Report information
The Basics
Id: 84171
Status: resolved
Priority: 0/
Queue: Module-Build-Tiny

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

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



Subject: blib.pm doesn't like Module::Build::Tiny
If you have a Test::Script (generated by [Test::Compile] dzil generator), or whatever module/tool that requires `perl -Mblib` in the build directory will fail with Module::Build::Tiny. I tracked it down that it is because blib/arch doesn't exist, the check is around line 79 of blib.pm. It is lame, but when I mkdir an empty blib/arch, the test started working.
Subject: Re: [rt.cpan.org #84171] blib.pm doesn't like Module::Build::Tiny
Date: Mon, 25 Mar 2013 22:43:23 +0100
To: bug-Module-Build-Tiny [...] rt.cpan.org
From: Leon Timmermans <leont [...] cpan.org>
On Sun, Mar 24, 2013 at 4:26 AM, Tatsuhiko Miyagawa via RT <bug-Module-Build-Tiny@rt.cpan.org> wrote: Show quoted text
> Sat Mar 23 23:26:10 2013: Request 84171 was acted upon. > Transaction: Ticket created by MIYAGAWA > Queue: Module-Build-Tiny > Subject: blib.pm doesn't like Module::Build::Tiny > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: MIYAGAWA@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=84171 > > > > If you have a Test::Script (generated by [Test::Compile] dzil generator), or whatever module/tool that requires `perl -Mblib` in the build directory will fail with Module::Build::Tiny. > > I tracked it down that it is because blib/arch doesn't exist, the check is around line 79 of blib.pm. > > It is lame, but when I mkdir an empty blib/arch, the test started working.
Not sure this should be fixed in Module::Build::Tiny or in blib though (in the latter case, it should be dual-lifed too). Leon
On Mon Mar 25 17:44:02 2013, LEONT wrote: Show quoted text
> Not sure this should be fixed in Module::Build::Tiny or in blib though > (in the latter case, it should be dual-lifed too).
Fixed in MBT for now, though I'd still prefer to go down the blib path in due time. Leon