Subject: | Minimum perl version |
The test suite fails for older perls (< 5.18), so maybe a minimum perl version should be specified --- or alternatively the distribution made compatible with older perls.
...
Bailout called. Further testing stopped:
# Failed test 'use Perl::LanguageServer;'
# at t/00-load.t line 10.
# Tried to use 'Perl::LanguageServer'.
# Error: Unknown warnings category 'experimental' at /home/cpansand/.cpan/build/2019121721/Perl-LanguageServer-0.9-1/blib/lib/Perl/LanguageServer/Parser.pm line 12.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019121721/Perl-LanguageServer-0.9-1/blib/lib/Perl/LanguageServer/Parser.pm line 12.
# Compilation failed in require at /opt/perl-5.16.3/lib/site_perl/5.16.3/Module/Runtime.pm line 314.
# Compilation failed in require at /home/cpansand/.cpan/build/2019121721/Perl-LanguageServer-0.9-1/blib/lib/Perl/LanguageServer.pm line 14.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019121721/Perl-LanguageServer-0.9-1/blib/lib/Perl/LanguageServer.pm line 14.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Use of uninitialized value $Perl::LanguageServer::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Testing Perl::LanguageServer , Perl 5.016003, /opt/perl-5.16.3/bin/perl
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
Makefile:873: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 1
...