in reply to Data files in Perl module distributions?
Though be warned File::ShareDir only works for architecture independent files.
If you have some architecture dependent blob it should go in (for example) lib/site_perl/5.14.2/x86_64-linux/auto/share/dist/Dist-Name and not lib/site_perl/5.14.2/auto/share/dist/Dist-Name.
Sadly some modules miss this distinction. I'm not sure if there are modules to help with this case.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Data files in Perl module distributions?
by Anonymous Monk on Apr 14, 2012 at 06:28 UTC | |
by zengargoyle (Deacon) on Apr 14, 2012 at 14:20 UTC | |
by Anonymous Monk on Apr 30, 2012 at 10:43 UTC | |
by Anonymous Monk on Apr 30, 2012 at 11:50 UTC |