in reply to Data files in Perl module distributions?

During authoring, use either of File::ShareDir::Install, Module::Build >= 0.35_02, Module::Install::Share. Place files in the share directory.

Use File::ShareDir at run-time to access these data.

  • Comment on Re: Data files in Perl module distributions?