I have a perl script at the moment that requires an XLST 2.0 processor and this requires that I use Inline::Java which requires that a Java package is installed.
I hoped that this perl script could be packed as a standalone executable using PAR::Packer and the pp module which usually works fine for me when I only need to use standard modules. Is there anyway for me to create a standalone executable that works and includes Inline::Java? I understand that this will probably be a large executable, but I just want to know if it's possible.