Autrijus Tang wrote:
Please test:
http://perlcabal.org/~autrijus/tmp/PAR-0.90.tar.gz
This is a maintainence release. ChangeLog is available at the usual place:
http://svn.openfoundry.org/par/trunk/ChangeLog
If nothing goes wrong, I'll cut a release tomorrow and upload it along
with the prebuilt Win32 binaries.
Thanks,
/Autrijus/
Hello Autrijus,
As there is no prebuilt binary for Windows XP Pro I did (this uses MinGW)
perl -MConfig_m Makefile.PL
nmake
nmake test
nmake install
All tests ran okay. The install went okay. Did a pp on a big program.
Tested the executable. All seems to be well.
On Mandriva Linux 10.2 2005 Limited Edition, downloaded, compiled, etc.
perl Makefile.PL
make
make test
make install
All tests ran okay. The install went okay. Did a pp on the same big
program. Tested the executable. All seems to be well.
Good stuff