Following the "Install Perl Dependencies" section. In step 2, I can successfully install Bundle::CPAN, but Bundle::HoneyClient::Util fails:
cpan> install Bundle::HoneyClient::Util
Warning: Cannot install Bundle::HoneyClient::Util, don't know what it is.
Try the command
i /Bundle::HoneyClient::Util/
to find objects with matching identifiers.
cpan> i /Bundle::HoneyClient::Util/
No objects found of any type for argument /Bundle::HoneyClient::Util/
cpan> i /Bundle::HoneyClient/
No objects found of any type for argument /Bundle::HoneyClient/
cpan> o conf
$CPAN::Config options from '/etc/perl/CPAN/Config.pm':
commit [Commit changes to disk]
defaults [Reload defaults from disk]
help [Short help about 'o conf' usage]
init [Interactive setting of all options]
applypatch []
auto_commit [0]
build_cache [10]
build_dir [/home/earlyjp/honeyclient/cpan/build]
build_dir_reuse [0]
build_requires_install_policy [ask/yes]
bzip2 [/bin/bzip2]
cache_metadata [1]
check_sigs [0]
colorize_debug undef
colorize_output [0]
colorize_print undef
colorize_warn undef
commandnumber_in_prompt [0]
commands_quote undef
cpan_home [/home/earlyjp/honeyclient/cpan]
curl []
dontload_hash
dontload_list undef
ftp [/usr/bin/ftp]
ftp_passive [1]
ftp_proxy []
getcwd [cwd]
gpg [/usr/bin/gpg]
gzip [/bin/gzip]
histfile [/home/earlyjp/honeyclient/cpan/histfile]
histsize [100]
http_proxy []
inactivity_timeout [0]
index_expire [0.001]
inhibit_startup_message [0]
keep_source_where [/home/earlyjp/honeyclient/cpan/sources]
load_module_verbosity [v]
lynx [/usr/bin/lynx]
make [/usr/bin/make]
make_arg []
make_install_arg []
make_install_make_command [/usr/bin/make]
makepl_arg [INSTALLDIRS=site]
mbuild_arg []
mbuild_install_arg []
mbuild_install_build_command [./Build]
mbuildpl_arg []
ncftp []
ncftpget []
no_proxy []
pager [/usr/bin/less]
password undef
patch [/usr/bin/patch]
prefer_installer [MB]
prefs_dir [/home/honeyclient/cpan/prefs]
prerequisites_policy [ask]
proxy_pass undef
proxy_user undef
randomize_urllist undef
scan_cache [atstart]
shell [/bin/bash]
show_unparsable_versions [0]
show_upload_date [0]
show_zero_versions [0]
tar [/bin/tar]
tar_verbosity [v]
term_is_latin [1]
term_ornaments [1]
test_report [0]
unzip [/usr/bin/unzip]
urllist
0 [ftp://carroll.cac.psu.edu/pub/CPAN/]
1 [file:///home/earlyjp/honeyclient/cpan/]
use_sqlite [0]
username undef
wait_list undef
wget [/usr/bin/wget]
yaml_load_code [0]
yaml_module [YAML]
Previous reports suggest that there is an updated installation document (I'm using the link from the main page). Should I try something else?
Thank you.