Subject: | Bareword error in Mac::Files |
Just tried installing Mac::Carbon 0.04 on Mac OS X 10.2.4 with the Dec 2002 Dev Tools. I got these errors:
t/Carbon............Bareword "true" not allowed while "strict subs" in use at blib/lib/Mac/Files.pm line 159.
Compilation failed in require at (eval 3) line 2.
BEGIN failed--compilation aborted at (eval 3) line 2.
...propagated at blib/lib/Mac/Carbon.pm line 243.
BEGIN failed--compilation aborted at blib/lib/Mac/Carbon.pm line 256.
Compilation failed in require at t/Carbon.t line 7.
BEGIN failed--compilation aborted at t/Carbon.t line 7.
t/Carbon............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
Components/t/Components.ok
[...]
Files/t/Files.t 255 65280 1 1 100.00% 1
Speech/t/Speech.t 255 65280 34 34 100.00% 1-34
Types/t/Types.t 255 65280 4 4 100.00% 1-4
t/Carbon.t 255 65280 4 4 100.00% 1-4
All four script failures seemed to be because of this.
-Ken