mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
56d9da6d5d
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
473 B
Text
10 lines
473 B
Text
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.
|