On Wed, Sep 14, 2005 at 10:07:42AM -0700, Randal L. Schwartz wrote: > > t/weak................Weak references are not implemented in the version > of perl at t/weak.t line 28 > BEGIN failed--compilation aborted at t/weak.t line 33. > t/weak................dubious > Test returned status 255 (wstat 65280, 0xff00) > > Huh? Since when are "Weak references not implemented" in modern Perls? > I've seen this issue elsewhere but haven't caught whether the problem is with the default Perl installed on OS X 10.4, or if this is a freshly built maint. Which are you seeing this on?
The actually cause of the problem lies in how Scalar::Utils is built. The implementation you have was built without compiling the XS portion of Scalar::Utils. If you do a fresh install of Scalar::Utils, the problems are fixed. Steve Peters [EMAIL PROTECTED]