Shawn H Corey writes: > On 12-07-19 01:07 PM, Smylers wrote: > > > Please can you run: > > > > $ cpan -J | grep sudo > > 'mbuild_install_build_command' => 'sudo ./Build', > 'make_install_make_command' => 'sudo /usr/bin/make',
Great, so we've found where sudo is coming from. Your cpan command has been configured to use sudo for the actual 'install' step of installing modules. The puzzle is now where this is coming from, given that you couldn't find "sudo" in your cpan config files. Let's first be sure precisely what commands cpan should be running. Please can you post the output of running this: $ grep 'install.*command' ~/.cpan/CPAN/MyConfig.pm Smylers -- http://twitter.com/Smylers2