diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-09-04 23:46:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-05 06:25:17 +0700 |
commit | ec95c59d381c71623bc2c285bd14fc2085072f1b (patch) | |
tree | e7ac2ad4f37647d51270a110312826f44a516775 /perl/perl-ExtUtils-Install/README | |
parent | e2e5612e2540c5d3620cd908084d2d4470f50b2d (diff) | |
download | slackbuilds-ec95c59d381c71623bc2c285bd14fc2085072f1b.tar.gz |
perl/perl-ExtUtils-Install: Added (Handle perl modules).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-ExtUtils-Install/README')
-rw-r--r-- | perl/perl-ExtUtils-Install/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-ExtUtils-Install/README b/perl/perl-ExtUtils-Install/README new file mode 100644 index 0000000000..f9f646f848 --- /dev/null +++ b/perl/perl-ExtUtils-Install/README @@ -0,0 +1,6 @@ +perl-ExtUtils-Install (install files from here to there) + +ExtUtils::Install - Handles the installing and uninstalling of perl modules, scripts, man pages, etc... + +Both install() and uninstall() are specific to the way ExtUtils::MakeMaker handles the installation +and deinstallation of perl modules. They are not designed as general purpose tools. |