in reply to How do you distribute your Perl application to your customers?

Why not use PAR::Packer?

Other people seem to use the Cava Packager, others again use the ActiveState Perl Developer Kit.

  • Comment on Re: How do you distribute your Perl application to your customers?

Replies are listed 'Best First'.
Re^2: How do you distribute your Perl application to your customers?
by kg (Acolyte) on Jan 11, 2010 at 14:18 UTC
    Thank you for your answer! I wanted to know if there are obvious better solutions than using PAR::Packer. (Dont't get me wrong, I try very hard to use PAR::Packer but I struggle and don't know if I will succeed in time.)

    Cava Packager looks promising. I will give it a shot.

    ActiveState PDK is on my wishlist for the next project. In a company that scores 0 on the Joel Test, it is sometimes difficult to get the best tools for the job on time - but I try to change that :-).