Hi all-
I'm stuck on DateTime::Locale install. Error is:
t/01basic............ok 5/7101Can't locate object method "catfile"
via package "File::Spec" (perhaps you forgot to load "File::Spec"?)
at t/01basic.t line 52.
There is in fact no use File::Spec in that test script, so when I add
that I fix that error, but get this one:
Can't call method "set" on an undefined value at t/01basic.t line 158.
And I haven't been able to fix this yet, but I'm sure there must be
something I'm missing...
I'm running Mac OS 10.4.8 and perl 5.8.6. Any thoughts?
Barry