/Foo

Minila使うサンプル

Primary LanguagePerlOtherNOASSERTION

NAME

Foo - It's new $module

SYNOPSIS

use Foo;

DESCRIPTION

Minilaでmodule作ってみるテスト

## minil install
$ cpanm Minilla
## 初期設定
$ minil new Foo
## test
$ minil test --all

# 作ったmoduleのインストール
$ cpanm git://github.com/da1/Foo.git

LICENSE

Copyright (C) da1.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

da1 dyamada1988@gmail.com