Hi, I have a perl application that consists of pure perl modules only. When I build a stand-alone executable for this application, is it possible to update one or more of my modules without rebuilding it?
Background is that I have limited access to some platforms (Windows, Mac) so I would like to update prebuilt executables on my (Linux) PC. -- Johan