Skip Menu |

This queue is for tickets about the Feed-Find CPAN distribution.

Report information
The Basics
Id: 132454
Status: open
Priority: 0/
Queue: Feed-Find

People
Owner: Nobody in particular
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

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



Subject: t/01-find.t: URL used in testing gets 403 Forbidden
As part of CPAN-River-3000 testing today against perl-5.31.11, I had occasion to run this distribution's test suite. In t/01-find.t there is a URL used in testing: ##### use constant BASE => 'http://stupidfool.org/perl/feeds/'; ##### This URL now generates a 403 Forbidden: "You don't have permission to access this resource.Server unable to read htaccess file, denying access to be safe" Please investigate. Thank you very much. Jim Keenan
I've created a PR for this issue here: https://github.com/btrott/Feed-Find/pull/2 Hoping it will be merged to resolve this for you. On Wed Apr 29 15:23:06 2020, JKEENAN wrote: Show quoted text
> As part of CPAN-River-3000 testing today against perl-5.31.11, I had > occasion to run this distribution's test suite. In t/01-find.t there > is a URL used in testing: > > ##### > use constant BASE => 'http://stupidfool.org/perl/feeds/'; > ##### > > This URL now generates a 403 Forbidden: "You don't have permission to > access this resource.Server unable to read htaccess file, denying > access to be safe" > > Please investigate. > > Thank you very much. > Jim Keenan