I'm not sure if this is exactly your problem but, you might try running pp with the -x flag, which runs the script and dynamically watches for dependency loading. I found this very useful when packaging a Tk application a while back.
Joel On Thu, Jan 26, 2012 at 10:46 AM, MARK BAKER <[email protected]> wrote: > Thanks David > > There a problem with PAR::Packer not wanting to put unlkown extensions that > are not Modules inside its build > so I have been able to get the first demo working but not demo 3d, so that > that means > I have to figure out how to get the "pp" to use the defult.pdl <- (I guess > PAR doesnt like the .pdl extension) > and add it to its @inc path (funny I thought those old Path problems where > gone LOL) > so it should work if the file system and the "MANIFEST" are created > properly. > _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
