|
Posted by Ben Morrow on May 25, 2008, 10:01 am
Please log in for more thread options
>
> hi, i've been using cpan for several years with very few problems, i
> just tried to upgrate my Bundle::CPAN install and got a lot of
> failures. I'm running FC6 on an AMD opteron machine. could someone
> give me a hint how i might fix this?
>
> thx in advance.
>
>
> DIED. FAILED tests 1-29
> Failed 29/29 tests, 0.00% okay
> t/14gzopen......Use of uninitialized value in concatenation (.) or
> string at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Scalar/
> Util.pm line 30.
You need to install the XS version of Scalar::Util (for which you need a
C compiler). For some reason Fedora comes with the pure-Perl version,
which is Not Good Enough.
Ben
--
I have two words that are going to make all your troubles go away.
"Miniature". "Golf".
[ben@morrow.me.uk]
|