You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compile test fails if File::chdir is not installed:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'Serge/Sync/Plugin/TranslationService/weblate.pm loaded ok'
# at t/00-compile.t line 43.
# got: '512'
# expected: '0'
Can't locate File/chdir.pm in @INC (@INC contains: ... .) at /home/cpansand/.cpan/build/2020032700/Serge-Sync-Plugin-TranslationService-weblate-0.900.1-N7ptCd/blib/lib/Serge/Sync/Plugin/TranslationService/weblate.pm line 8.
BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020032700/Serge-Sync-Plugin-TranslationService-weblate-0.900.1-N7ptCd/blib/lib/Serge/Sync/Plugin/TranslationService/weblate.pm line 8.
Compilation failed in require at -e line 1.
# Looks like you failed 1 test of 1.
t/00-compile.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
The text was updated successfully, but these errors were encountered:
Also keep in mind that the weblate plugin require wlc 1.3 (unreleased) so you would need to install wlc from sources git clone https://github.com/WeblateOrg/wlc.git pip3 install -e <source of wlc>
The compile test fails if File::chdir is not installed:
The text was updated successfully, but these errors were encountered: