in reply to Weak references error when installing Test::MockObject
I've seen that problem in other situations where you have an older version of Scalar::Util in @INC -- not the wrong version, just an older version than half of the code expects. It's an XS module, so there's a Perl part and a compiled part. When they get out of sync, weird things happen.
|
|---|