App-Critique 0.01
Kwalitee Issues
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Term::ReadKey
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: devel/git/test_repo/lib/My/Test/WithViolations.pm, devel/git/test_repo/lib/My/Test/WithoutViolations.pm
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
Modules
Name | Abstract | Version | View |
---|---|---|---|
App::Critique | An incremental refactoring tool for Perl powered by Perl::Critic | 0.01 | metacpan |
App::Critique::Command | Command base class for App::Critique | 0.01 | metacpan |
App::Critique::Command::collect | Collect set of files for current critique session | 0.01 | metacpan |
App::Critique::Command::init | Initialize critique session file | 0.01 | metacpan |
App::Critique::Command::process | Critique all the files. | 0.01 | metacpan |
App::Critique::Command::remove | Remove critique session files | 0.01 | metacpan |
App::Critique::Command::status | Display status of the current critique session. | 0.01 | metacpan |
App::Critique::Command::tutorial | Tutorial about how to use critique | 0.01 | metacpan |
App::Critique::Plugin::UI | UI elements for App::Critique | 0.01 | metacpan |
App::Critique::Session | Session interface for App::Critique | 0.01 | metacpan |
App::Critique::Session::File | Information about file processed by App::Critique | 0.01 | metacpan |
My::Test::WithViolations | metacpan | ||
My::Test::WithoutViolations | metacpan |