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.