CGI-Ex-Recipes 0.08 Latest
Kwalitee Issues
- has_tests
-
Add tests!
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: CGI-Ex-Recipes-0.08/erecipes/perl/lib/CGI/Ex/Recipes/Add.pm -- Around line 79: Non-ASCII character seen before =encoding in 'ÐÑаÑимиÑ'. Assuming UTF-8 CGI-Ex-Recipes-0.08/erecipes/perl/lib/CGI/Ex/Recipes/Cache.pm -- Around line 225: Non-ASCII character seen before =encoding in 'ÐÑаÑимиÑ'. Assuming UTF-8 CGI-Ex-Recipes-0.08/erecipes/perl/lib/CGI/Ex/Recipes/DBIx.pm -- Around line 154: Unknown directive: =hed2 Around line 169: Non-ASCII character seen before =encoding in 'ÐÑаÑимиÑ'. Assuming UTF-8 CGI-Ex-Recipes-0.08/erecipes/perl/lib/CGI/Ex/Recipes/Default.pm -- Around line 37: Non-ASCII character seen before =encoding in 'ÐÑаÑимиÑ'. Assuming UTF-8 CGI-Ex-Recipes-0.08/erecipes/perl/lib/CGI/Ex/Recipes/Delete.pm -- Around line 46: Non-ASCII character seen before =encoding in 'ÐÑаÑимиÑ'. Assuming UTF-8 CGI-Ex-Recipes-0.08/erecipes/perl/lib/CGI/Ex/Recipes/Edit.pm -- Around line 91: Non-ASCII character seen before =encoding in 'ÐÑаÑимиÑ'. Assuming UTF-8 CGI-Ex-Recipes-0.08/erecipes/perl/lib/CGI/Ex/Recipes/Imager.pm -- Around line 35: Non-ASCII character seen before =encoding in 'ÐÑаÑимиÑ'. Assuming UTF-8 CGI-Ex-Recipes-0.08/erecipes/perl/lib/CGI/Ex/Recipes/Template/Menu.pm -- Around line 209: Non-ASCII character seen before =encoding in 'ÐÑаÑимиÑ'. Assuming UTF-8 CGI-Ex-Recipes-0.08/erecipes/perl/lib/CGI/Ex/Recipes/View.pm -- Around line 39: Non-ASCII character seen before =encoding in 'ÐÑаÑимиÑ'. Assuming UTF-8
- 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_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- 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: erecipes/perl/lib/CGI/Ex/Recipes.pm, erecipes/perl/lib/CGI/Ex/Recipes/Add.pm, erecipes/perl/lib/CGI/Ex/Recipes/Cache.pm, erecipes/perl/lib/CGI/Ex/Recipes/DBIx.pm, erecipes/perl/lib/CGI/Ex/Recipes/Default.pm, erecipes/perl/lib/CGI/Ex/Recipes/Delete.pm, erecipes/perl/lib/CGI/Ex/Recipes/Edit.pm, erecipes/perl/lib/CGI/Ex/Recipes/Imager.pm, erecipes/perl/lib/CGI/Ex/Recipes/Install.pm, erecipes/perl/lib/CGI/Ex/Recipes/Template/Menu.pm, erecipes/perl/lib/CGI/Ex/Recipes/View.pm
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.001,0.01,0.02,0.03,0.08,0.2,0.3
- 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.
- 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).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
CGI::Ex::Recipes | A usage example for CGI::Ex::App! | 0.08 | metacpan |
CGI::Ex::Recipes::Add | Implements the creation of a new recipe! | 0.001 | metacpan |
CGI::Ex::Recipes::Cache | Naive caching in a database table | 0.01 | metacpan |
CGI::Ex::Recipes::DBIx | Our minimal model! | 0.02 | metacpan |
CGI::Ex::Recipes::Default | The default step! | 0.03 | metacpan |
CGI::Ex::Recipes::Delete | Implements the "delete" step! | 0.03 | metacpan |
CGI::Ex::Recipes::Edit | Implements editing of a recipe! | 0.03 | metacpan |
CGI::Ex::Recipes::Imager | Implements image mangement! | 0.01 | metacpan |
CGI::Ex::Recipes::Install | 0.2 | metacpan | |
CGI::Ex::Recipes::Template::Menu | Implements all sorts of menus for the application | 0.02 | metacpan |
CGI::Ex::Recipes::View | reads and displays a recipe! | 0.3 | metacpan |