README 468 B

1234567891011
  1. File::ShareDir::Install allows you to install read-only data files
  2. from a distribution. It is a companion module to File::ShareDir, which
  3. allows you to locate these files after installation.
  4. It is a port of Module::Install::Share to ExtUtils::MakeMaker with the
  5. improvement of only installing the files you want; .svn, .git and other
  6. source-control junk will be ignored.
  7. Please note that this module installs read-only data files; empty
  8. directories will be ignored.