On Jun 19, 2006, at 9:40 PM, Paul McCann wrote:
Hi Chris,
Go play with it, if you have an Intel Mac. Let me know if you find
anything wrong, and let me know soon, since I have less than a
week left
with this Intel Mac.
The module (Mac-Carbon-0.75) was fine through "make" on my intel
Mac (modulo all the "deprecated" warnings of course, which I
imagine should be ignored).
However "make test" failed with the following problem:
AppleEvents/t/desc.............NOK 2# Failed test 'require '"$Bin/
helper.pl"';'
# in AppleEvents/t/desc.t at line 11.
# Tried to require ''"$Bin/helper.pl"''.
# Error: Can't locate "$Bin/helper.pl" in @INC
Chris: it's not interpolating the $Bin variable and the quotes are
literal quotes too.
-Ken