2017-01-18 21:54:27 +01:00
|
|
|
File::ShareDir::Install allows you to install read-only data files from a
|
|
|
|
distribution. It is a companion module to File::ShareDir, which allows
|
2015-12-04 18:09:57 +01:00
|
|
|
you to locate these files after installation.
|
|
|
|
|
2017-01-18 21:54:27 +01:00
|
|
|
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
|
2015-12-04 18:09:57 +01:00
|
|
|
source-control junk will be ignored.
|
|
|
|
|
2017-01-18 21:54:27 +01:00
|
|
|
Please note that this module installs read-only data files; empty directories
|
2015-12-04 18:09:57 +01:00
|
|
|
will be ignored.
|