Subject: | Can't locate XML/RSS.pm |
The test suite fails if XML::RSS is not installed:
...
# Failed test 'use Kwiki::Podcast;'
# at t/00.use.t line 6.
# Tried to use 'Kwiki::Podcast'.
# Error: Can't locate XML/RSS.pm in @INC (you may need to install the XML::RSS module) (@INC contains: ... .) at /usr/home/cpansand/.cpan/build/2019122521/Kwiki-Podcast-0.01-1/blib/lib/Kwiki/Podcast.pm line 4.
# BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2019122521/Kwiki-Podcast-0.01-1/blib/lib/Kwiki/Podcast.pm line 4.
# Compilation failed in require at t/00.use.t line 6.
# BEGIN failed--compilation aborted at t/00.use.t line 6.
...