Perl - minil add コマンド

Minilla に 新しいファイルを追加する minil add コマンドを加えてみた。

使用例

% minil new My::App
% cd My-App
% minil add My::App::Anothor
Retrieving meta data from lib/My/App.pm.
Writing /Users/skaji/Documents/My-App/lib/My/App/Anothor.pm

% cat lib/My/App/Anothor.pm
package My::App::Anothor;
use 5.008005;
use strict;
use warnings;


1;
__END__

=encoding utf-8

=head1 NAME

My::App::Anothor - hogehoge

=head1 SYNOPSIS

    use My::App::Anothor;

=cut

少し使ってよさそうなら Minilla 本体へ pull req を投げたい。