@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2009-12-07から1日間の記事一覧

rake の使い方、 Rakefile の書き方

.emacs を github でバージョン管理することにしたので、 symlink はったりけしたりする作業を自動化しようと思って rake の使い方を勉強してみた。Rakeここ他 Ruby のリファレンスマニュアルの File, Dir, FileUtils とかいろいろ読みあさって、どうにか書…

MooseX::Getopt は --help オプションを自動認識する

POD によると、 If Getopt::Long::Descriptive is installed and any of the following command line params are passed, the program will exit with usage information. You can add descriptions for each option by including a documentation option fo…