Subject: | Uninitialised value in pattern match in _scanvspec() |
Date: | Sun, 8 Jun 2014 00:56:50 +0200 (CEST) |
To: | bug-CPANPLUS-Dist-Arch [...] rt.cpan.org |
From: | Volker Schatz <cpandistarch [...] volkerschatz.com> |
Hi Justin,
I am having trouble with CPANPLUS::Dist::Arch when trying to install
Text::LevenshteinXS. It aborts with the error message:
[ERROR] Use of uninitialized value $vspec in pattern match (m//) at
/usr/share/perl5/vendor_perl/CPANPLUS/Dist/Arch.pm line 1065.
This is inside the _scanvspec() function.
A possibly related earlier message is:
Unparsable version '' for prerequisite Test at
/home/vs/.cpanplus/5.20.0/build/Text-LevenshteinXS-0.03/Makefile.PL line 4.
It looks to me as though Text::LevenshteinXS has a non-versioned dependency and
CPANPLUS::Dist::Arch cannot cope with that.
Best regards,
Volker