in reply to Re: Weak references error when installing Test::MockObject
in thread Weak references error when installing Test::MockObject
Thanks, that worked fine.
I'm a little surprised that
didn't do what I wanted, so I had to run the CPAN shellcpan -f -i Scalar::Util
to actually get it to do what I wanted.[root@carbon ~]# cpan cpan shell -- CPAN exploration and modules installation (v1.7601) ReadLine support enabled cpan> force install Scalar::Util ...
After that, Test::MockObject installed fine. Thanks a bunch!
|
|---|