in reply to Re: problem with par as other user
in thread problem with par as other user

You are welcome to chime in on par@perl.org and help fix it. We are all just a bunch of hard-working volunteers. Personally, I put a couple of hours a week forward to fix bugs in PAR and clean up the RT bug queue.

On an aside: The module can do much more than just creating self-extracting binaries. Doing all which PAR does in-memory is probably not possible to realize.

Replies are listed 'Best First'.
Re^3: problem with par as other user
by vkon (Curate) on Jun 24, 2006 at 14:47 UTC
    thanks, I'll subscribe this list.

    However unzipping to /tmp seems to me too simplistic.

    BTW Tcl/Tk's way of packaging (starkit and similar stuff) looks better

    BR
    vkon

Re^3: problem with par as other user
by vkon (Curate) on Jun 24, 2006 at 14:58 UTC
    forgot to ask: what are those "much more than just creating self-extracting binaries", BTW? In two words...
      Think JAR.
        what about jar?

        IMO JAR do in-memory unpacks, isn't it? it does not uses /tmp, AFAIK