Skip Menu |

This queue is for tickets about the Shipwright CPAN distribution.

Report information
The Basics
Id: 50797
Status: resolved
Priority: 0/
Queue: Shipwright

People
Owner: Nobody in particular
Requestors: rmb32 [...] cornell.edu
Cc:
AdminCc:

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



Subject: seemingly no support for configure_requires in M::I-based distributions (and maybe others)
To see this: shipwright create -r fs:/tmp/rob/foorep shipwright import -l info -r fs:/tmp/foorep cpan:B::Hooks::OP::Check::StashChange B::Hooks::OP::Check::StashChange has some configure_requires
fixed in 8f78f1f3f1615178, which will be included in the next version.
On Sun Oct 25 20:48:15 2009, SUNNAVY wrote: Show quoted text
> fixed in 8f78f1f3f1615178, which will be included in the next version.
This still doesn't allow import to succeed, since the module is required just to run the Makefile.PL in the first place. The configure_requires would need to be downloaded and installed, and they would need to be available in @INC for the later Makefile.PL run to succeed.
Alternatively, Shipwright could just throw an informative error saying something to the effect that additional modules need to be installed to run the import.
Subject: Re: [rt.cpan.org #50797] seemingly no support for configure_requires in M::I-based distributions (and maybe others)
Date: Tue, 27 Oct 2009 15:21:47 +0800
To: bug-Shipwright [...] rt.cpan.org
From: sun navy <sunnavy [...] gmail.com>
oh I see, I'll add suggest stuff to output so people know what should be done more easily. On Tue, Oct 27, 2009 at 5:04 AM, Robert Buels via RT <bug-Shipwright@rt.cpan.org> wrote: Show quoted text
>       Queue: Shipwright >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=50797 > > > Alternatively, Shipwright could just throw an informative error saying > something to the effect that additional modules need to be installed to > run the import. > >
-- best wishes sunnavy
Eh, that's probably good enough for now.