Subject: | Perl 5.22+ - no defined(@array) |
As seen in https://www.cpantesters.org/cpan/report/256581a6-df89-11e7-90de-9bb3705be811 and others, this line in https://metacpan.org/source/CHOROBA/XML-XSH-1.8.5/lib/XML/XSH/Completion.pm#L111
unless (defined @PATH_HASH) {
is a fatal error on at least 5.22. Could you just remove the "defined"?