perl/perl-ExtUtils-Install: Update README.

This commit is contained in:
B. Watson 2016-11-06 16:56:36 -05:00 committed by Willy Sudiarto Raharjo
parent 1e16561565
commit eeaf70d56e
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -1,6 +1,8 @@
perl-ExtUtils-Install (install files from here to there)
ExtUtils::Install - Handles the installing and uninstalling of perl modules, scripts, man pages, etc...
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.
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.