reneeb / Mojolicious-Plugin-WebAPI

0 stars 2 forks source link

Plugin "PODRenderer" missing #3

Open eserte opened 5 years ago

eserte commented 5 years ago

The test suite fails, probably with newer Mojolicious versions (8.13..):

PERL_DL_NONLAZY=1 "/opt/perl-5.28.2-RC1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Plugin "PODRenderer" missing, maybe you need to install it?
t/basic.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/proxy.t .. ok
Plugin "PODRenderer" missing, maybe you need to install it?
t/write.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
eserte commented 4 years ago

Actually it seems that PODRenderer is not available anymore (other than downgrading Mojolicious). Maybe you can switch to an alternative e.g. https://metacpan.org/release/Mojolicious-Plugin-PODViewer ?

Kychot commented 2 years ago

This same message: Plugin "PODRenderer" missing, maybe you need to install it? Mojolicious ver. 9.22 on Xubuntu 20.04

Solution: sudo cpan Mojolicious::Plugin::PODRenderer