in reply to Re^4: Changing module install path
in thread Changing module install path

I ended up fixing the issue. The first time you run cpan it asks if you want to use "local::lib" "sudo" or "manual". I chose "local::lib" but I should have chose "sudo". Unfortunately I couldn't find a way to re-run the initial cpan setup wizard so I just reloaded the OS and started over. This was new server anyway so it wasn't a big deal.

Thanks for your help

Kent

Replies are listed 'Best First'.
Re^6: Changing module install path
by beech (Parson) on Mar 26, 2016 at 01:04 UTC
    To re-run the initial cpan setup wizard use CPAN::FirstTime
    perl -MCPAN::FirstTime -e " CPAN::FirstTime::init() "