From: | "Alan Stewart" <astewart1 [...] cox.net> |
To: | bug-par [...] rt.cpan.org |
Date: | Wed, 20 Aug 2003 17:35:39 -0700 |
Subject: | Broken "pp -d" with PAR-0.74 |
PAR-0.74 on NT 4.0:
The "-d" option is broken for me now. Actually, I had a problem with some
programs with 0.73 and "-d", but now no programs work and all produce the same
error. Without the "-d" all is OK. Demo code:
D:\ACTIVE~1\Par>type t4.pl
print "test\n";
D:\ACTIVE~1\Par>pp t4.pl
D:\ACTIVE~1\Par>a
test
D:\ACTIVE~1\Par>pp -d t4.pl
D:\ACTIVE~1\Par>a
Unrecognized character \x90 at a.exe line 1.
Alan Stewart