Skip Menu |

This queue is for tickets about the Devel-CoverReport CPAN distribution.

Report information
The Basics
Id: 83686
Status: open
Priority: 0/
Queue: Devel-CoverReport

People
Owner: Nobody in particular
Requestors: jeremy.blacker [...] pearson.com
Cc:
AdminCc:

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



Subject: Dont hardcode perl path
Date: Thu, 28 Feb 2013 10:22:27 -0500
To: bug-Devel-CoverReport [...] rt.cpan.org
From: Jeremy Blacker <jeremy.blacker [...] pearson.com>
In the following files, perl is called via "/usr/bin/perl", but this causes issues if that is not where you have perl installed. If you replace "/usr/bin/perl" with just "perl", the system will find where your installation of perl is located. ./bin/prove_cove ./lib/Devel/CoverReport/App/ProveCover.pm Thanks, Jeremy Blacker
I'll second this. I tried to install this today and this issue has bitten me, too. I'm using Perlbrew and I'll have to locally hack this module to see if I can get it to work. Cheers, Ovid On Thu Feb 28 10:23:01 2013, jeremy.blacker@pearson.com wrote: Show quoted text
> In the following files, perl is called via "/usr/bin/perl", but this causes > issues if that is not where you have perl installed. If you replace > "/usr/bin/perl" with just "perl", the system will find where your > installation of perl is located. > ./bin/prove_cove > ./lib/Devel/CoverReport/App/ProveCover.pm > Thanks, > Jeremy Blacker