Foo - It's new $module
use Foo;
Minilaでmodule作ってみるテスト
## minil install
$ cpanm Minilla
## 初期設定
$ minil new Foo
## test
$ minil test --all
# 作ったmoduleのインストール
$ cpanm git://github.com/da1/Foo.git
Copyright (C) da1.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.