Skip Menu |

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

Report information
The Basics
Id: 107633
Status: open
Priority: 0/
Queue: HTML-FormBuilder

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

Bug Information
Severity: (no value)
Broken in:
  • 0.09
  • 0.10
  • 0.11
Fixed in: (no value)



Subject: perlcritic test fails
On 2015-10-08 10:56:03, SREZIC wrote: Show quoted text
> See http://www.cpantesters.org/cpan/report/a6791b04-6db7-11e5-b8a3- > af56f4afff61 for a sample fail report.
Please don't let perlcritic tests run for normal user installs -- they are only useful for the author. 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};