DrawinPorts

DrawinPortsいれたら、ソフトが簡単にはいるかなぁ。
perlのバージョンをあげたい。


で、あげてみた。

port install perl5.8

ついでに、cpan初期設定時に必要だというわれるツールを入れた。portやたら時間かかった。

port install lynx
port install wget
port install ncftp

cpan>install Pod::Html::HtmlTree
...
Checking if your kit is complete...
Looks good
Writing Makefile for lib/Pod/Html/HtmlTree
cp lib/Pod/Html/HtmlTree.pm blib/lib/Pod/Html/HtmlTree.pm
Manifying blib/man3/Pod::Html::HtmlTree.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /opt/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/simple....ok
All tests successful.
Files=1, Tests=8, 1 wallclock secs ( 0.12 cusr + 0.03 csys = 0.15 CPU)
/usr/bin/make test -- OK
Running make install
Manifying blib/man3/Pod::Html::HtmlTree.3
Installing /opt/local/lib/perl5/site_perl/5.8.8/Pod/Html/HtmlTree.pm
Installing /opt/local/share/man/man3/Pod::Html::HtmlTree.3
Writing /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/auto/lib/Pod/Html/HtmlTree/.packlist
Appending installation info to /opt/local/lib/perl5/5.8.8/darwin-2level/perllocal.pod
/usr/bin/make install -- OK

へへへ。成功。バージョン変えたからなのか、ツールを入れたからなのかは不明...