On Fri, 24 Apr 2020 19:40:58 +0200, Oliver Betz <list...@gmx.net> wrote:
> Which kind of complexity and overhead do you mean? Having multiple copies of the same code installed may sooner or later cause confusion. > What would be the drawback of using a (subset of a) portable Perl > distribution together with your Perl code, IOW just a bunch of files, > and run it directly? It seems non-trivial to put the bunch of files together, distribute them and have the user put them in the right place(s). Using pp I can package the runnable code in a single binary, and use InnoSetup for a point and click install.