in reply to Weak references are not implemented

I just encountered this problem today. The solution was to do a reinstall from CPAN (not from RH) of Scalar::Util
perl -MCPAN -e shell force install Scalar::Util

Replies are listed 'Best First'.
Re^2: Weak references are not implemented
by Anonymous Monk on May 05, 2008 at 05:00 UTC
    Forcing a reinstall of Scalar::Util on Centos 4.x solved the problem for me too.
Re^2: Weak references are not implemented
by glide (Pilgrim) on Jun 18, 2008 at 12:35 UTC
    Hi,

    also solved the problem in a Ubuntu 6.06.2 LTS.

    many thanks
      Wow - force reinstalling worked brilliantly, fedora core- nice simple solution. Thanks. Surprised Redhat haven't shipped a fixed version of perl...
        thx for the hint, worked on openSUSE 10.2 also
Re^2: Weak references are not implemented
by Anonymous Monk on Feb 22, 2009 at 18:42 UTC
    OS X 10.5.6 - looks like February 2009 security update (2009-001) also broke this - and "force install Scalar::Util" fixed it. Thanks!