Is there a way to package my unit tests with PAR or PerlApp?
I have an app that I pack into "binary" form using PerlApp for distribution. Since my clients want a simple install for their Win32 systems, this works very nicely. Now a client has decided that they need to run all unit tests, like in a standard install. However, they still will not install a normal Perl. So, I find myself in need...