Skip Menu |

This queue is for tickets about the Shell-GetEnv CPAN distribution.

Report information
The Basics
Id: 110320
Status: resolved
Priority: 0/
Queue: Shell-GetEnv

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

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



Subject: perlcritic test fails
See http://matrix.cpantesters.org/?dist=Shell-GetEnv%200.08 --- there are quite a number of fail reports for the latest stable release. I see that there is a devel release with significantly less fail reports: http://matrix.cpantesters.org/?dist=Shell-GetEnv%200.08_02 Maybe you want to release this one as the new stable?
On 2015-12-14 00:10:14, SREZIC wrote: Show quoted text
> See http://matrix.cpantesters.org/?dist=Shell-GetEnv%200.08 --- there > are quite a number of fail reports for the latest stable release. I > see that there is a devel release with significantly less fail > reports: http://matrix.cpantesters.org/?dist=Shell-GetEnv%200.08_02 > Maybe you want to release this one as the new stable?
Please don't allow pod, critic or kwalitee tests to run for normal user installs, as they make the installation fail unnecessarily when newer versions of the tester introduce 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, both of which cannot be predicted in advance. Either move them to xt/, or guard them with: plan skip_all => "These tests are for authors only!" unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
On Mon Dec 14 03:10:14 2015, SREZIC wrote: Show quoted text
> See http://matrix.cpantesters.org/?dist=Shell-GetEnv%200.08 --- there > are quite a number of fail reports for the latest stable release. I > see that there is a devel release with significantly less fail > reports: http://matrix.cpantesters.org/?dist=Shell-GetEnv%200.08_02 > Maybe you want to release this one as the new stable?
Thanks for the note. Sorry for the delay in replying; this queue seems to have fallen through the cracks. Having just pushed out a devel release, I'll wait a few days for it to shake out and mark it stable. Thanks again, Diab
This should be fixed in v 0.09. Thanks for the report!