Subject: | [BUG] $Scalar::Util::VERSION unknown to CPAN |
Hi,
I've experienced minor problems installing Scalar::Util from the cpan shell. It looks to me like CPAN can't figure out what the version number is:
Show quoted text
cpan> i /Scalar::Util/
...
CPAN_VERSION undef
...
INST_VERSION 1.07
And consequently:
Show quoted text cpan> install Scalar::Util
Scalar::Util is up to date.
The same is true when you look at:
http://search.cpan.org/author/GBARR/Scalar-List-Utils-1.11/
(ie: no version number listed for Scalar::Util)
My suggested fix is to hard-code $VERSION as in List::Util.
Hope this helps,
-Steve