連載第18回ではlocal::libの話題を取り上げましたが、 今回はそのときにもちらと紹介した、 モジュールをインストールするときに利用するいくつかのモジュールについて簡単にまとめてみます。 ExtUtils::MakeMakerが生まれるまで Perlがバージョン3でコンパイル時 ...
6 my @extra; 7 push @extra, 'INSTALLDIRS' => 'perl' if $] >= 5.008009 and $] < 5.012; 8 9 push @extra, 'META_MERGE' => { 10 resources => { 11 repository => 'https ...
I am trying to install the perl module Time::HiRes on my Clarkconnect 3.2 box (CentOS/Fedora 4 based) but it fails on every attempt, webmin, shell, etc. <BR><BR>The ...