Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Inline CPAN distribution.

Report information
The Basics
Id: 95624
Status: resolved
Priority: 0/
Queue: Inline

People
Owner: Nobody in particular
Requestors: jeff.janes [...] gmail.com
Cc:
AdminCc:

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



Subject: cpan as root cannot install Inline without force
Date: Tue, 13 May 2014 14:20:52 -0700
To: bug-Inline [...] rt.cpan.org
From: Jeff Janes <jeff.janes [...] gmail.com>
on CentOS6.5, perl 5.10.1, I cannot install Inline using "cpan Inline < /dev/null". I can install it with "cpan -f Inline < /dev/null", but that is less than optimal. The problem seems to be the same one as reported here: https://rt.cpan.org/Public/Bug/Display.html?id=65703 The taint test fails because the directory containing 'make' is removed from $ENV{PATH}. It makes sense that this happens, because of course /usr/bin/ is writable by root. But then does that mean it is just unsupported to install through cpan as root on any linux system? If that is the case, I think I would have found more documentation or complaints about that. Or is the test script supposed to give away rights, and that is not working for me for some reason? Thanks, Jeff
I'd be very interested to know whether the change proposed in https://github.com/mohawk2/inline-pm/commit/f9242a2e92244d99a2ce051c9ae523913eb47fc4 fixes this issue.
Fixed as of 0.55_01