Subject: | "Use of uninitialized value in subroutine entry" warnings |
In some environments, the module generates the following warning:
"Use of uninitialized value in subroutine entry at /home/perl6/.cpanplus/5.18.0/build/Text-Levenshtein-XS-0.3/blib/lib/Text/Levenshtein/XS.pm line 24."
For an example of this, see this test report: http://www.cpantesters.org/cpan/report/66f4761c-e129-11e2-abc1-9d4abd71e4bb.
The warning gets generated quite often, so is noisy, and also prevents me from using Test::NoWarnings for my own module.