Skip Menu |

This queue is for tickets about the WebService-Gyazo-B CPAN distribution.

Report information
The Basics
Id: 132871
Status: open
Priority: 0/
Queue: WebService-Gyazo-B

People
Owner: Nobody in particular
Requestors: michael.kogan [...] gmx.net
Cc:
AdminCc:

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



Subject: Fails tests when building on Perl 5.32
Date: Tue, 23 Jun 2020 20:52:13 +0200
To: bug-WebService-Gyazo-B [...] rt.cpan.org
From: Michael Kogan <michael.kogan [...] gmx.net>
When trying to build on Arch Linux which just updated Perl to 5.32, some of the checks fail. Output is here: https://pastebin.com/eQC9fJuv
On 2020-06-23 11:52:30, michael.kogan@gmx.net wrote: Show quoted text
> When trying to build on Arch Linux which just updated Perl to 5.32, some of > the checks fail. Output is here: https://pastebin.com/eQC9fJuv
The prereqs don't list the requirements for these tests that should be author-only. (Also, for the love of kittens, please don't use Module::Build when not needed.) Please don't allow pod, critic, coverage or kwalitee tests to run for normal user installs, as they make the installation fail unnecessarily when newer versions of the tester module introduces errors that you cannot anticipate. Also spelling tests are dependent on what dictionaries are installed locally, and critic tests use all plugins that are installed, neither of which can be predicted in advance. Either move these tests to xt/, or guard them with: plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
On Tue Jun 23 14:52:30 2020, michael.kogan@gmx.net wrote: Show quoted text
> When trying to build on Arch Linux which just updated Perl to 5.32, some of > the checks fail. Output is here: https://pastebin.com/eQC9fJuv
Thanks, Michael and ETHER! This should hopefully be fixed in WebService-Gyazo-B-0.0406 which I just submitted to CPAN: https://metacpan.org/recent
Subject: Re: [rt.cpan.org #132871] Fails tests when building on Perl 5.32
Date: Fri, 26 Jun 2020 10:18:15 +0200
To: bug-WebService-Gyazo-B [...] rt.cpan.org
From: Michael Kogan <michael.kogan [...] gmx.net>
Works now, updated the Arch Linux AUR package, thanks everybody!