タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

cpanmに関するacotieのブックマーク (5)

  • CentOSとcpanmでパッケージインストールを楽する話 - kurainの壺

    はてなでは、サーバーがCentOSで統一されているけれど、個人の開発環境は各々に任されています。なので、新しくマシンを買ったときなどは 開発環境の構築に一日が費やされ・・・なんということはよくある話。 最近の日記にも書いていますが、Snow Leopard 移行が結構面倒で今日やっと製品のコードが手元のマシンで動くようになりました。(一応書いておくとメインの開発機ではありません) 主に cpan パッケージのインストールが面倒で、動かしてみてはrequire でコケたものをインストールするという通称CPAN祭りなる単純作業が非常に苦痛でした。 そこで、まあ簡単な話なのですが、server に入っている cpan のパッケージをリストアップして、インストールすればいいじゃんと言う事で簡単なスクリプトを書きました。 CentOS のマシンで、 rpm -qa | grep perl > pac

    CentOSとcpanmでパッケージインストールを楽する話 - kurainの壺
  • perlモジュールのinstallにcpanmを使う - Perl - @OMAKASE

    当サイトのblogのエントリーで検索ワードが多いのはCPANなんですがこの古い記事はperl5.6時代に書いた記事(多分10年近く前だと思う)で今時のperl使いにお勧めできるものではありません。 2010年2月にあの miyagawa さんが書いた cpanminus が非常に素晴らしいので CPAN::shell を捨てて App-cpanminus を積極的に利用しましょう。 と言うことでcpanに関連して新しい記事を書いてみました。 CPAN::shell の欠点 設定が面倒 動作が遅い(cpanmと比較して) 多くのメモリが必要(制約のきついレンタルサーバで使うのは無理) 依存するモジュールが多い 基root権限が必要 cpanm の利点 一枚岩のプログラムで可搬性に優れる 高速で小メモリでも動作可能 pluginで拡張できる local::lib と組み合わせるとユーザーラン

  • モダンな Perl の開発環境の構築方法 - tokuhirom's blog

    一般的な OSX 環境および Linux 環境における、モダンな Perl 開発環境の構築方法についてまとめてみたよ。 perlbrew のインストールperlbrew をつかうことにより、簡単に最新版の Perl5 を利用することができるようになる。 perlbrew をいれる。% curl -L http://xrl.us/perlbrew | perl - install % ~/perl5/perlbrew/bin/perlbrew init ~/.bashrc (または ~/.zshrc)に source ~/perl5/perlbrew/etc/bashrc を追記。あたらしいシェルをたちあげる。最新版の perl をインストールする。% perlbrew install perl-5.12.1 % perlbrew switch perl-5.12.1 ここまできたら、she

  • overlasting.net

    overlasting.net 2020 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois). Privacy Policy

  • The future of cpanminus

    bulknews.typepad.com Tatsuhiko Miyagawa's blog to discuss mostly tech and nerdy stuff. I started developing cpanminus one night in February when i got stuck with running CPAN.pm on linode VPS, and you may have noticed from its name, it's rather some kind of toy/fun project that's not meant to be serious. I was even considering to put it under Acme:: namespace. But in a few days, it turned out peop

    acotie
    acotie 2010/04/08
    "curl -L http://cpanmin.us | perl - Module"
  • 1