Skip Menu |

This queue is for tickets about the Task-Catalyst-Tutorial CPAN distribution.

Report information
The Basics
Id: 41054
Status: resolved
Priority: 0/
Queue: Task-Catalyst-Tutorial

People
Owner: Nobody in particular
Requestors: lwsitu [...] yahoo.com
Cc:
AdminCc:

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



Subject: no Makefile after perl Makefile.PL
using the bundled inc::Module::Install instead of my own copy doesn't have any effect, nor does fixing the typo for build_requires This is perl, v5.10.0 built for i686-linux-multi-64int-ld
Subject: typescript
Download typescript
application/octet-stream 9k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #41054] no Makefile after perl Makefile.PL
Date: Sat, 6 Dec 2008 17:18:28 +0000
To: Lian Wan Situ via RT <bug-Task-Catalyst-Tutorial [...] rt.cpan.org>
From: Matt S Trout <mst [...] shadowcat.co.uk>
On Tue, Nov 18, 2008 at 10:11:32PM -0500, Lian Wan Situ via RT wrote: Show quoted text
> Tue Nov 18 22:11:28 2008: Request 41054 was acted upon. > Transaction: Ticket created by lwsitu@yahoo.com > Queue: Task-Catalyst-Tutorial > Subject: no Makefile after perl Makefile.PL > Broken in: 0.04 > Severity: Critical > Owner: Nobody > Requestors: lwsitu@yahoo.com > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=41054 > > > > using the bundled inc::Module::Install instead of my own copy doesn't > have any effect, nor does fixing the typo for build_requires > > This is perl, v5.10.0 built for i686-linux-multi-64int-ld
Could you try it from the command line without CPAN::Reporter involved? The only thing I've seen so far that knackers this is when something chdir()s and the Makefile gets written to the wrong place. -- Matt S Trout Need help with your Catalyst or DBIx::Class project? Technical Director http://www.shadowcat.co.uk/catalyst/ Shadowcat Systems Ltd. Want a managed development or deployment platform? http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/
From: lwsitu [...] yahoo.com
Show quoted text
> > Could you try it from the command line without CPAN::Reporter
involved? The Show quoted text
> only thing I've seen so far that knackers this is when something chdir()s > and the Makefile gets written to the wrong place. >
No change with wget ..; tar ...; perl ...; except "running under CPANPLUS" message no longer appears. strace shows no sign of anything attempting to open a file named Makefile
0.05 should fix this.