http://aut.dyndns.org/par/ gives this: "Forbidden You don't have permission to access /par/ on this server."
-----Original Message----- From: Autrijus Tang [mailto:[EMAIL PROTECTED] Sent: Saturday, May 29, 2004 7:22 PM To: [EMAIL PROTECTED] Subject: PAR 0.83 released. Here is PAR 0.83, the "hug bunting" release, freshly uploaded to CPAN: http://aut.dyndns.org/dist/PAR-0.83.tar.gz MD5 (PAR-0.83.tar.gz) = 97c2611b5ca0b5d015490525a14b17d5 Pre-built Win32 binaries may be downloaded from CPAN or from http://aut.dyndns.org/par/. If you downloaded the ".par" files manually, you will also need to download and unpack PAR-0.83.tar.gz, put the prebuilt .par file inside the unpacked PAR-0.83 directory, then type "perl Makefile.PL". [Changes for 0.83 - May 29, 2004] * New Features - Revamped PAR::FAQ and sychronized with par.perl.org. - In pp-generated programs, $0 is now set to the pathname leading to the invoked executable. Use $ENV{PAR_0} instead to get the filename that contains the main perl program. - Updated "contrib/gui_pp/gpp" to support PAR::Packer options. * Bug Fixes - Core XS modules, such as Data::Dumper, were skipped by "pp". - Fix t/2-pp.t for Cygwin by probing $Config{_exe} rather than uname(). - Scripts made by "pp -P", when invoked as "perl scriptname", should not search for the same-named programs in PATH. - Correctly remove leading slash and drive letters from absolute filenames passed to "pp -a". Also normalized blackslahes to slashes. - The PP_OPTS environment variable was not recognized. - "pp -a dirname;diralias" was broken. - "pp -f" and "pp -F" were broken. Thanks, /Autrijus/
