The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
レンタルサーバーでCPANモジュールをインストールする 注:まだ本当にレンタルサーバーでは試してないです。 思い立ってすっげぇ簡単なスクリプトを書いてみた。local::libを同梱する必要があるのと、~/perl5と.cpanがスクリプト実行ユーザー権限で書き込み・読み込みできる必要がある。 #!/usr/local/bin/perl use local::lib qw(/home/daisuke/perl5); use CGI; use CGI::Carp qw(fatalsToBrowser); use CPAN; sub main { local $| = 1; my $q = CGI->new; if ($q->param('mode') eq 'install') { install($q); } else { control($q); } } sub install { my
Added DBIx::MoCo::Fixture by naoya Added session_cache method for obtaining session cache hash ref. Fixed a bug in flush_has_many_keys (deleting session cache) Added info to sql error messages (by naoya) Fixed DateTime problem with null columns (by naoya) Added scalar method to force scalar context from TT etc. (by naoya) Updated documents. (by kentaro)
NAME Test::Continuous - Run your test suite continuously when developing. SYNOPSIS Very simple usage: % cd MyModule/ % autoprove You may pass prove arguments: % autoprove --shuffle DESCRIPTION Continuous Testing is a concept and tool to re-run software tests as soon as the developer saves the source code. Test::Continuous is a tool based on App::Prove that implements this concept for Perl. See htt
2008年03月12日19:30 カテゴリLightweight LanguagesAnnouncement perl - Encode-2.24 Released! Encode 2.24 を Release したのでお知らせします。 /lang/perl/Encode/trunk - CodeRepos::Share - Trac Dan Kogai / Encode - search.cpan.org http://www.dan.co.jp/~dankogai/cpan/Encode-2.24.tar.gz 一番の理由は、Perl 5.10におけるopen.pmとの相性問題ですが、それ以外のpatchも入っています。特に今回は、CodeRepos経由のpatchが入った初めてのReleaseになります。 以上とりいそぎ Dan the Encode Maintainer Folks
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く