On Fri, Apr 5, 2013 at 5:01 AM, Konovalov, Vadim (Vadim)** CTR ** <
vadim.konova...@alcatel-lucent.com> wrote:

> > From: Tony Edwardson
> > there are millions of computer in the City running Solaris 10
> > and loads of people who want to use perl om these but
> > are held back but the ancient version pre-installed.
>
> given you're doing something with PAR - this means you will
> get single-file executable with modern Perl running on
> Solaris,
> hence you do not need 5.8.4 support.


The op was talking about deployment in big business which does not
care much about "modern perl". Hence he needs a 5.8.4 + 5.8.8 legacy
solution.
There's no way that a huge bank will install 5.16.3 just for the ease of
development.


> > I am leaning towards imprementing a pure Perl version of
> > Arvhive::Zip ( at least, the functionality needed by PAR) and
> > then use the exising PAR module.
>
> I can congratulate you: Archive::Zip is already pure-perl
>
>
Repeating nonsense does not make it better.
Archive::Zip mandatorily requires XS Compress::Raw::Zlib,
Archive::Extract falls back to use system binaries - unzip -
if a supporting XS is not found.
Archive::Extract is easily installed in on a legacy system without compiler.
-- 
Reini Urban
http://cpanel.net/   http://www.perl-compiler.org/

Reply via email to