diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-06-25 08:14:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-25 08:14:51 +0700 |
commit | 08ce5228ec7e1bb13b46705cfa67993732ffd533 (patch) | |
tree | 58145f598f96a309f09e435698879260e6c75451 /perl/perl-Module-Install/README | |
parent | f0da436ebb9b6aaebe1f327e79e64a986d49aa93 (diff) | |
download | slackbuilds-08ce5228ec7e1bb13b46705cfa67993732ffd533.tar.gz |
perl/perl-Module-Install: Added (Standalone Perl module installer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Module-Install/README')
-rw-r--r-- | perl/perl-Module-Install/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-Module-Install/README b/perl/perl-Module-Install/README new file mode 100644 index 0000000000..bb2574e3e9 --- /dev/null +++ b/perl/perl-Module-Install/README @@ -0,0 +1,8 @@ +perl-Module-Install (Standalone, extensible Perl module installer). + +Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, +simple, minimalist, act in a strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl installation version 5.005 or newer. + +The intent is to make it as easy as possible for CPAN authors (and especially for first-time CPAN authors) +to have installers that follow all the best practices for distribution installation, but involve as much +DWIM (Do What I Mean) as possible when writing them. |