Skip Menu |

This queue is for tickets about the Kwiki-Podcast CPAN distribution.

Report information
The Basics
Id: 131252
Status: resolved
Priority: 0/
Queue: Kwiki-Podcast

People
Owner: GUGOD [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.01
Fixed in: (no value)



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. ...
The dependency list has been incomplete... I've uploaded a new release to address this issue. ps. XML::RSS seems to be a annoying module when it comes to installation. Installing it with cpanm in a prestine docker container (image "perl:5.28") failed, while it was ok on macOS.
On 2020-01-05 06:11:54, GUGOD wrote: Show quoted text
> The dependency list has been incomplete... I've uploaded a new release > to address this issue.
http://fast-matrix.cpantesters.org/?dist=Kwiki-Podcast%200.02 looks good --> resolving the issue. Show quoted text
> ps. XML::RSS seems to be a annoying module when it comes to > installation. Installing it with cpanm in a prestine docker container > (image "perl:5.28") failed, while it was ok on macOS.
In XML::RSS's dependency list I see at least one module which requires non-perl dependencies (XML::Parser needs expat and possibly a companion -dev/-devel package). CPAN::Plugin::Sysdeps may resolve this automatically, but works only for CPAN.pm, unfortunately not for cpanminus.