mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
11 lines
657 B
Plaintext
11 lines
657 B
Plaintext
Minilla is a CPAN module authoring tool. Minilla provides 'minil' command for
|
|
authorizing a CPAN distribution. The repository created and managed by Minilla
|
|
is git install ready, and cpan of course. Minilla is built on only few small
|
|
libraries. You can install Minilla without a huge list of dependencies to
|
|
heavy modules. Conventions: module written in Pure Perl are located in lib/;
|
|
executable file is in script/ directory, if any; module is maintained with
|
|
Git and git ls-files matches with what you will release; module has a static
|
|
list of prerequisites that can be described in cpanfile; has a Changes file.
|
|
|
|
WWW: https://metacpan.org/release/Minilla
|