http://qs1969.pair.com?node_id=1205651


in reply to Using PerlApp or PAR with modules with data dependenciess

Hi,

Try File::ShareDir::PAR - File::ShareDir with PAR support

So yourprogram.pl becomes

#!/usr/bin/perl -- use File::ShareDir::PAR 'global'; use Lingua::Sentence; ...

Then do the regular  pp -x yourprogram.pl

or maybe even the new(to me ) ppsimple.pl yourprogram.pl