I need to release a module that will make use of binary data, ( a dump of a Text::Scan dictionary to be precise ).
I'm wondering what's the best way to package data files with a CPAN module. Data files being anything, from images to heavy pre computed data.
A great thing would be to be able to do that:
'DATA' => { 'data1' => 'data/myfile1.bin' , ... }
use Data::Resource ; # I don't know if that module exists. my $binData = Data::Resource->getResource('data1');
I don't know if that kind of mecanism could be implemented or it exists already.
Thanks for your thoughts and help.
Jerome-- Chat with me live here !
In reply to Distributing binary data along with a CPAN module by jeteve
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |