App-perl-distrolint 0.07 Latest
Kwalitee Issues
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
Modules
Name | Abstract | Version | View |
---|---|---|---|
App::perl::distrolint | distribution-wide linting tools for Perl distributions | 0.07 | metacpan |
App::perl::distrolint::Check::DeprecatedFeatures | check C<use feature> statements | 0.07 | metacpan |
App::perl::distrolint::Check::Editorconfig | check that a F<.editorconfig> file exists | 0.07 | metacpan |
App::perl::distrolint::Check::FilePaths | check that file paths are sensible | 0.07 | metacpan |
App::perl::distrolint::Check::HardTabs | check that no source file contains HT characters | 0.07 | metacpan |
App::perl::distrolint::Check::NoStrictRefs | forbid the use of C<no strict 'refs'> | 0.07 | metacpan |
App::perl::distrolint::Check::PerlVersionVar | check for bad use of C<$]> | 0.07 | metacpan |
App::perl::distrolint::Check::Pod | check that every Perl source file contains documentation | 0.07 | metacpan |
App::perl::distrolint::Check::StrictAndWarnings | check that every perl file sets the C<strict> and C<warnings> pragmata | 0.07 | metacpan |
App::perl::distrolint::Check::Test2 | check that unit tests are using C<Test2> | 0.07 | metacpan |
App::perl::distrolint::Check::Unimport | check that a C<sub unimport> is defined if required | 0.07 | metacpan |
App::perl::distrolint::Check::UseUTF8 | check that every perl file sets the C<utf8> pragma if required | 0.07 | metacpan |
App::perl::distrolint::Check::UseVERSION | check that every perl file contains C<use VERSION> | 0.07 | metacpan |
App::perl::distrolint::Check::VersionVar | check that no file sets C<our $VERSION> | 0.07 | metacpan |