Subject: | problems via sudo |
Date: | Tue, 2 Jan 2007 05:23:59 -0800 |
To: | bug-File-HomeDir [...] rt.cpan.org |
From: | Ryan VanderBijl <ryan [...] vbijl.net> |
I'm trying to install File::Homedir 0.61 using this command:
sudo perl -MCPAN -e 'install(File::HomeDir)'
I then get these test errors:
----
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01_compile....ok
t/02_main.......ok 1/52
# Failed test 'home(username) returns the same value'
# at t/02_main.t line 205.
# got: '/root'
# expected: '/home/ryan'
# Failed test 'Legacy %~ tied interface'
# at t/02_main.t line 211.
# got: '/root'
# expected: '/home/ryan'
t/02_main.......NOK 29/52# Looks like you failed 2 tests of 52.
t/02_main.......dubious
----
I am using Kubuntu 6.10.
-Ryan