On Sat, Nov 22, 2008 at 11:41 PM, <[EMAIL PROTECTED]> wrote: > The failed test is > > lib/Module/Build/t/tilde......................................# Failed > test at ../lib/Module/Build/t/tilde.t line 49. > # got: '/var/root' > # expected: '/Users/robin'
This failure is probably unrelated to your other ones - it's a test bug in Module::Build 0.30 (which we'll have a fix for in a few days). The workaround is to make sure you run cpan as your normal user, and only use 'sudo' for the 'install' phase. That's a safer way to operate anyway. -Ken