in reply to how to handle distribution of small audio files in cpan module?

You can install arbitrary files in the auto/ path that is used for XS modules dynamic libraries, etc. You locate them at runtime using File::ShareDir.

At present, I think only Module::Install provides an automated way to install the files properly, via Module::Install::Share.

  • Comment on Re: how to handle distribution of small audio files in cpan module?

Replies are listed 'Best First'.
Re^2: how to handle distribution of small audio files in cpan module?
by Xenofur (Monk) on Mar 02, 2009 at 00:33 UTC
    Thanks a lot, especially for pointing out the latter module. Exactly what i needed. :)