diff options
author | Glenn Becker <glenn.becker@gmail.com> | 2015-12-05 00:09:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-05 00:09:57 +0700 |
commit | 56d9da6d5d22aa6335d01022f4ab1baab575d3d7 (patch) | |
tree | be7e6c811ea3b105e36ed7f873224cef039ea5a9 /perl/perl-File-ShareDir-Install/README | |
parent | 5692a1b5bd70dc64e3c899ef393ebfd6251ecfba (diff) |
perl/perl-File-ShareDir-Install: Added (install shared files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-ShareDir-Install/README')
-rw-r--r-- | perl/perl-File-ShareDir-Install/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perl/perl-File-ShareDir-Install/README b/perl/perl-File-ShareDir-Install/README new file mode 100644 index 0000000000000..4dc64da5d0df2 --- /dev/null +++ b/perl/perl-File-ShareDir-Install/README @@ -0,0 +1,10 @@ +File::ShareDir::Install allows you to install read-only data files from a +distribution. It is a companion module to File::ShareDir, which allows +you to locate these files after installation. + +It is a port of Module::Install::Share to ExtUtils::MakeMaker with the +improvement of only installing the files you want; .svn, .git and other +source-control junk will be ignored. + +Please note that this module installs read-only data files; empty directories +will be ignored. |