Howdy,
Since I was having some file resource difficulties, I tried moving the
res dir in my package under bin, thereby maintaining the path
relationship between my original pl script and it's referenced files.
For development, I have this:
Dir
script.pl
res
referenced files
After packaging, I have this:
build
bin
scipt.pl
resdir
lib
It seems to work fine. Is there any reason I can't just skip using the
Cava Pack Resource mechanism and just manually copy my res dir under
bin?
Thanks,
Ben