cpan shell -- CPAN exploration and modules installation (v1.9304) ReadLine support suppressed
cpan[1]> $CPAN::Config options from '/home/washburn/.cpan/CPAN/MyConfig.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 undef
auto_commit [1]
build_cache [5]
build_dir [/home/washburn/.cpan/build]
build_dir_reuse undef
build_requires_install_policy undef
bzip2 [/usr/bin/bzip2]
cache_metadata [1]
check_sigs undef
colorize_debug undef
colorize_output undef
colorize_print undef
colorize_warn undef
commandnumber_in_prompt [1]
commands_quote undef
connect_to_internet_ok [0]
cpan_home [/home/washburn/.cpan]
curl [/usr/bin/curl]
dontload_hash
dontload_list undef
ftp [/usr/bin/ftp]
ftp_passive [1]
ftp_proxy []
ftpstats_period undef
ftpstats_size undef
getcwd [cwd]
gpg [/usr/bin/gpg]
gzip [/usr/bin/gzip]
halt_on_failure undef
histfile [/home/washburn/.cpan/histfile]
histsize [40]
http_proxy []
inactivity_timeout [0]
index_expire [1]
inhibit_startup_message [0]
keep_source_where [/home/washburn/.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 [PREFIX=~/ SITELIBEXP=~/lib/perl5 LIB=~/lib/perl5 INSTALLMAN1DIR=~/share/man/man1 INSTALLMAN3DIR=~/share/man/man3 INSTALLSITEMAN1DIR=~/share/man/man1 INSTALLSITEMAN3DIR=~/share/man/man3]
mbuild_arg []
mbuild_install_arg []
mbuild_install_build_command [./Build]
mbuildpl_arg []
ncftp [ ]
ncftpget [ ]
no_proxy []
pager [less]
password undef
patch [/usr/bin/patch]
perl5lib_verbosity [v]
prefer_installer undef
prefs_dir undef
prerequisites_policy [follow]
proxy_pass undef
proxy_user []
randomize_urllist undef
scan_cache [atstart]
shell [/bin/sh]
show_unparsable_versions undef
show_upload_date [0]
show_zero_versions undef
tar [/usr/bin/tar]
tar_verbosity [vv]
term_is_latin [0]
term_ornaments [1]
test_report undef
trust_test_report_history undef
unzip [/usr/bin/unzip]
urllist
0 [http://cpan.llarian.net/]
1 [ftp://cpan.nas.nasa.gov/pub/perl/CPAN/]
2 [ftp://cpan.pair.com/pub/CPAN/]
3 [ftp://ftp.duke.edu/pub/perl/]
4 [ftp://ftp.cs.colorado.edu/pub/perl/CPAN/]
5 [ftp://ftp.sunsite.utk.edu/pub/CPAN/]
6 [http://www.perl.com/CPAN/]
use_sqlite [0]
username undef
wait_list
0 [wait://ls6.informatik.uni-dortmund.de:1404]
wget [/usr/bin/wget]
yaml_load_code undef
yaml_module undef
cpan[2]> cpan[2]> Lockfile removed.
####
o conf
exit
####
CPAN: Storable loaded ok (v2.18)
CPAN: LWP::UserAgent loaded ok (v5.823)
CPAN: Time::HiRes loaded ok (v1.9719)
Fetching with LWP:
http://cpan.llarian.net/authors/01mailrc.txt.gz
CPAN: YAML loaded ok (v0.68)
Going to read /home/washburn/.cpan/sources/authors/01mailrc.txt.gz
............................................................................DONE
Fetching with LWP:
http://cpan.llarian.net/modules/02packages.details.txt.gz
Going to read /home/washburn/.cpan/sources/modules/02packages.details.txt.gz
Database was generated on Mon, 22 Jun 2009 00:26:55 GMT ...............
New CPAN.pm version (v1.94) available.
[Currently running version is v1.9304]
You might want to try
install CPAN
reload cpan
to both upgrade CPAN.pm and run the new version without leaving
the current session.
.............................................................DONE
Fetching with LWP:
http://cpan.llarian.net/modules/03modlist.data.gz
Going to read /home/washburn/.cpan/sources/modules/03modlist.data.gz
............................................................................DONE
Going to write /home/washburn/.cpan/Metadata Running install for module 'Unicode::Map8'
Running make for G/GA/GAAS/Unicode-Map8-0.12.tar.gz
Fetching with LWP:
http://cpan.llarian.net/authors/id/G/GA/GAAS/Unicode-Map8-0.12.tar.gz
CPAN: Digest::SHA loaded ok (v5.47)
Fetching with LWP:
http://cpan.llarian.net/authors/id/G/GA/GAAS/CHECKSUMS
Checksum for /home/washburn/.cpan/sources/authors/id/G/GA/GAAS/Unicode-Map8-0.12.tar.gz ok
sh: /usr/bin/tar: No such file or directory Uncompressed /home/washburn/.cpan/sources/authors/id/G/GA/GAAS/Unicode-Map8-0.12.tar.gz successfully Using Tar:/usr/bin/tar xvvf "Unicode-Map8-0.12.tar":
sh: /usr/bin/tar: No such file or directory Couldn't untar Unicode-Map8-0.12.tar
CPAN: File::Temp loaded ok (v0.21)
Package seems to come without Makefile.PL.
(The test -f "/home/washburn/.cpan/build/GAAS-bUUmGR/Makefile.PL" returned false.)
Writing one on our own (setting NAME to UnicodeMap8)
Had problems unarchiving. Please build manually Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
####
# This Makefile.PL has been autogenerated by the module CPAN.pm
# because there was no Makefile.PL supplied.
# Autogenerated on: Sun Jun 21 23:23:19 2009
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => q[UnicodeMap8],
);
####
require 5.004;
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Unicode::Map8',
'VERSION_FROM' => 'Map8.pm',
'LIBS' => [''],
'DEFINE' => '-DPERL',
'INC' => '',
'OBJECT' => q[Map8$(OBJ_EXT) map8x$(OBJ_EXT)],
'EXE_FILES' => [qw(umap)],
'PREREQ_PM' => {
'Unicode::String' => 2.00,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
);