Skip Menu |

This queue is for tickets about the CPAN-YACSmoke CPAN distribution.

Report information
The Basics
Id: 15198
Status: resolved
Priority: 0/
Queue: CPAN-YACSmoke

People
Owner: rrwo [...] cpan.org
Requestors: njh [...] bandsman.co.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03_07
Fixed in: (no value)



Subject: Only runs as root
CPAN::YACSmoke runs fine as root, but not as any other user. It claims there is nothig to test, even when there is: $ perl -MCPAN::YACSmoke -e test [ERROR] No new distributions uploaded to be tested $
From: rrwo [...] cpan.org
On Fri Oct 21 12:42:33 2005, guest wrote: Show quoted text
> CPAN::YACSmoke runs fine as root, but not as any other user. > > It claims there is nothig to test, even when there is: > > $ perl -MCPAN::YACSmoke -e test > [ERROR] No new distributions uploaded to be tested > $
Sorry for the delay in replying. This is due to the 'base' parameter in CPANPLUS being set to a directory that only root has access to, such as '/root/.cpanplus'. For now you can change the base parameter to a directory that the user has access to (perhaps create a "perl" group and give the user who runs YACSmoke membership of that group, and give that group rw access to the directory). A patch to fix this will be uploaded to CVS soon.