http://www.perlmonks.org?node_id=11133965


in reply to Mojo pp html_entities.txt

Not exactly a solution but:

If you look at the code (with something like less $( perldoc -l Mojo::Util )) it's explicitly using the path to Mojo/Util.pm and forming the path to that text using the directory that perl source resides in. If you can get PAR to add the resources dir in the packaged lib/Mojo directory it looks like it should find it so I think you're on the right track.

## From Mojo/Util.pm my $path = File::Spec->catfile(dirname(__FILE__), 'resources', 'html +_entities.txt');

The cake is a lie.
The cake is a lie.
The cake is a lie.