yet another perl module authoring tool

Daiku is yet another build system for Perl5.

を使う、authoring tool を作ってみた。

> cpanm https://github.com/shoichikaji/Dist-Template.git
> distt Hello::World

とすると このような Hello::World モジュールのひな形が出来上がる。

特に社内などで Perl module を開発しているとき、 独自のコマンドを書き留めておきたいことがあると思う。 自分なら

  • 依存 rpm のインストール
  • fatpack
  • CI 用のコマンド

などがそれにあたり、そういったものを Daikufile に定義しておくと

> daiku rpm
> daiku fatpack
> daiku ci

とかできていい感じにまとまる。