Skip Menu |

This queue is for tickets about the Devel-CoverReport CPAN distribution.

Report information
The Basics
Id: 51194
Status: open
Priority: 0/
Queue: Devel-CoverReport

People
Owner: NATANAEL [...] cpan.org
Requestors: daxim [...] cpan.org
Cc:
AdminCc:

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



Subject: module requirements
Welcome to CPAN. To avoid rough edges, you can ask on module- authors@perl.org or perlmonks.org for criticism before release. * Devel::Cover is actually required, not only recommended. Fix Build.PL/ META.yml, then you will start getting meaningful FAIL reports. * Do not plan author tests such as t/01-QA_use_ok.t indiscriminately. It fails because I didn't have the undeclared dep Test::Perl::Critic installed. See Test::XT how to generate a good author test. * PS: Unicode tip - when you use ł in source code, you must use utf8; beforehand. When you use ł in Pod, you also must write =encoding UTF-8 beforehand.
Show quoted text
> Welcome to CPAN. To avoid rough edges, you can ask on module- > authors@perl.org or perlmonks.org for criticism before release.
Thank You for the report. Some of the issues are already fixed "in trunk". I'm in process of moving from home to home, and my access to net is very limited at the moment - thus the delay in answer, and general delay in development. Show quoted text
> * Devel::Cover is actually required, not only recommended.
Already done. Show quoted text
> * Do not plan author tests such as t/01-QA_use_ok.t indiscriminately. > It fails because I didn't have the undeclared dep Test::Perl::Critic > installed. See Test::XT how to generate a good author test.
WIP. Show quoted text
> * PS: Unicode tip - when you use ł in source code, you must
Done (I've already seen the problem myself on search.cpan.org).
Note to self: initial issues corrected (UTF, requirements, author tests). www.cpantesters.org shows, that there is some remaining problem with incorrect Test::More version - one in META is lower, then one in the .pm. Bumping Test::More manually fixes the issue. Will correct that in v0.04