Skip Menu |

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

Report information
The Basics
Id: 70165
Status: new
Priority: 0/
Queue: Module-CGI-Install

People
Owner: Nobody in particular
Requestors: mst [...] shadowcat.co.uk
Cc:
AdminCc:

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



Subject: packlist finding code only checks core directories
Date: Tue, 9 Aug 2011 13:02:18 +0100
To: bugs-Module-CGI-Install [...] rt.cpan.org
From: Matt S Trout <mst [...] shadowcat.co.uk>
You have: my @dirs = grep { -e } ( $Config{archlibexp}, $Config{sitearchexp} ); which means if CGI::Capture is installed somewhere else - say a local::lib - it can't find the .packlist and implodes. I'm guessing there was a reason you didn't want to just search @INC but I found doing so seemed to work just as well. Thoughts? -- Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue http://shadowcat.co.uk/blog/matt-s-trout/ http://twitter.com/shadowcat_mst/ Email me now on mst (at) shadowcat.co.uk and let's chat about how our Catalyst commercial support, training and consultancy packages could help your team.