Skip Menu |

This queue is for tickets about the HTML-ListScraper CPAN distribution.

Report information
The Basics
Id: 108529
Status: resolved
Priority: 0/
Queue: HTML-ListScraper

People
Owner: vbarta [...] mangrove.cz
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.07
Fixed in: 0.08



Subject: Remove extra version check
I don't think that the code starting at https://metacpan.org/source/VBAR/HTML-ListScraper-0.07/Makefile.PL#L23 is needed at all. Currently the consequence is that automatic dependency installation is not possible anymore, causing a lot of "UNKNOWN" reports at CPAN Testers: http://matrix.cpantesters.org/?dist=HTML-ListScraper+0.07
On Sat Nov 07 02:46:15 2015, SREZIC wrote: Show quoted text
> I don't think that the code starting at > https://metacpan.org/source/VBAR/HTML-ListScraper-0.07/Makefile.PL#L23 > is needed at all. Currently the consequence is that automatic > dependency installation is not possible anymore, causing a lot of > "UNKNOWN" reports at CPAN Testers: > http://matrix.cpantesters.org/?dist=HTML-ListScraper+0.07
I'm sure I did have the problem the comment describes. Admittedly the extra version check might not be the right solution, but it's the best I could come up with - do you have an alternative?
On 2015-11-07 07:43:02, VBAR wrote: Show quoted text
> On Sat Nov 07 02:46:15 2015, SREZIC wrote:
> > I don't think that the code starting at > > https://metacpan.org/source/VBAR/HTML-ListScraper- > > 0.07/Makefile.PL#L23 > > is needed at all. Currently the consequence is that automatic > > dependency installation is not possible anymore, causing a lot of > > "UNKNOWN" reports at CPAN Testers: > > http://matrix.cpantesters.org/?dist=HTML-ListScraper+0.07
> I'm sure I did have the problem the comment describes. Admittedly the > extra version check might not be the right solution, but it's the best > I could come up with - do you have an alternative?
Remove the extra check completely. Specifying the minimum version in PREREQ_PM simply works (and always worked).
OK, removed, we'll see what happens...
On 2015-11-11 12:51:01, VBAR wrote: Show quoted text
> OK, removed, we'll see what happens...
Looks good, everything's green so far: http://matrix.cpantesters.org/?dist=HTML-ListScraper%200.08