Skip Menu |

This queue is for tickets about the CSS-Croco CPAN distribution.

Report information
The Basics
Id: 108753
Status: new
Priority: 0/
Queue: CSS-Croco

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

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



Subject: t/kwalitee.t fails
Test output (note also the top line here): ... These tests should not be running unless AUTHOR_TESTING=1 and/or RELEASE_TESTING=1! # Failed test 'use_strict' # at t/kwalitee.t line 3. # Error: This distribution does not 'use strict;' (or its equivalents) in all of its modules. Note that this is not about the actual strictness of the modules. It's bad if nobody can tell whether the modules are strictly written or not, without reading the source code of your favorite clever module that actually enforces strictness. In other words, it's bad if someone feels the need to add 'use strict' to your modules. # Details: # The following modules don't use strict (or equivalents): CSS::Croco::Selector, CSS::Croco::Selector, CSS::Croco::StyleSheet, CSS::Croco::StyleSheet # CSS::Croco::Selector, CSS::Croco::Selector, CSS::Croco::StyleSheet, CSS::Croco::StyleSheet # Remedy: Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written. # Looks like you failed 1 test of 17. t/kwalitee.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/17 subtests ...