Search Criteria
Package Details: perl-perl-languageserver 2.6.2-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/perl-perl-languageserver.git (read-only, click to copy) |
|---|---|
| Package Base: | perl-perl-languageserver |
| Description: | Language Server and Debug Protocol Adapter for Perl |
| Upstream URL: | https://metacpan.org/release/Perl-LanguageServer |
| Licenses: | Artistic-2.0 |
| Submitter: | DanielDavis |
| Maintainer: | BluePeril |
| Last Packager: | BluePeril |
| Votes: | 6 |
| Popularity: | 0.024057 |
| First Submitted: | 2019-03-13 22:25 (UTC) |
| Last Updated: | 2025-03-13 15:47 (UTC) |
Latest Comments
jthvai commented on 2023-12-09 18:31 (UTC)
Would be nice if this fix could be included in the PKGBUILD :)
jthvai commented on 2023-12-09 13:17 (UTC) (edited on 2023-12-09 18:24 (UTC) by jthvai)
Update: this error only happens if
PERL_JSON_BACKENDis set (irrespective of the value), and can be fixed by addingunset PERL_JSON_BACKENDin the subshell incheck(), beforemake test. The resulting package still operates successfully in an environment withPERL_JSON_BACKENDset.When building this package (
makepkg -sas well as-scC),check()failed with:Cloning the repo itself, or downloading the release archive for 2.6.1, and running the same commands as the PKGBUILD produces passing tests.
DanielDavis commented on 2020-10-20 01:59 (UTC)
Yea, I see it's out of date; probably not the only one. I'll run through all my packages when I get some time tomorrow.