Kwalitee Issues

meta_yml_is_parsable

Upgrade your YAML generator so it produces valid YAML.

Error: Error reading from file 'Nile-0.55/META.yml': UTF-8 "\xD9" does not map to Unicode

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: Nile::Abort, Nile::App, Nile::Config, Nile::DBI, Nile::DBI::Table, Nile::Deserializer, Nile::Dispatcher, Nile::File, Nile::Filter, Nile::HTTP::Request, Nile::HTTP::Request::PSGI, Nile::HTTP::Response, Nile::HTTP::SendFile, Nile::Handler::CGI, Nile::Handler::FCGI, Nile::Handler::PSGI, Nile::Hook, Nile::Lang, Nile::MIME, Nile::Module::Home::Contact, Nile::Module::Home::Home, Nile::Plugin::Browser, Nile::Plugin::Cache, Nile::Plugin::Cache::Redis, Nile::Plugin::Date, Nile::Plugin::Elasticsearch, Nile::Plugin::Email, Nile::Plugin::Memcached, Nile::Plugin::Minify, Nile::Plugin::Minify::Css, Nile::Plugin::Minify::Html, Nile::Plugin::Minify::Js, Nile::Plugin::Minify::Perl, Nile::Plugin::MongoDB, Nile::Plugin::Object, Nile::Plugin::Paginate, Nile::Plugin::Redis, Nile::Plugin::Session, Nile::Result, Nile::Router, Nile::Setting, Nile::Timer, Nile::Var, Nile::View, Nile::XML, log::log

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Nile-0.55/app/lib/Nile/Module/Home/Contact.pm -- Around line 41: Non-ASCII character seen before =encoding in 'اØمد'. Assuming CP1252 Nile-0.55/app/lib/Nile/Module/Home/Home.pm -- Around line 126: Non-ASCII character seen before =encoding in 'اØمد'. Assuming CP1252 Nile-0.55/app/lib/Nile/Plugin/Date.pm -- Around line 64: Non-ASCII character seen before =encoding in 'اØمد'. Assuming CP1252 Nile-0.55/lib/Nile/Abort.pm -- Around line 79: =cut found outside a pod block. Skipping to next block. Nile-0.55/lib/Nile/Declare.pm -- Around line 42: Non-ASCII character seen before =encoding in 'اØمد'. Assuming CP1252 Nile-0.55/lib/Nile/HTTP/Response.pm -- Around line 628: '=item' outside of any '=over' Around line 711: You forgot a '=back' before '=head1' Nile-0.55/lib/Nile/Plugin/Paginate.pm -- Around line 156: =back doesn't take any parameters, but you said =back 4 =back without =over

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.

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: app/lib/Nile/Module/Home/Contact.pm, app/lib/Nile/Module/Home/Home.pm, app/lib/Nile/Plugin/Date.pm, app/log/log.pm

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Nile::Abort, Nile::App, Nile::Config, Nile::DBI, Nile::DBI::Table, Nile::Deserializer, Nile::Dispatcher, Nile::File, Nile::Filter, Nile::HTTP::PSGI, Nile::HTTP::Request, Nile::HTTP::Request::PSGI, Nile::HTTP::Response, Nile::HTTP::SendFile, Nile::Handler::CGI, Nile::Handler::FCGI, Nile::Handler::PSGI, Nile::Hook, Nile::Lang, Nile::MIME, Nile::Module::Home::Contact, Nile::Module::Home::Home, Nile::Plugin::Browser, Nile::Plugin::Cache, Nile::Plugin::Cache::Redis, Nile::Plugin::Date, Nile::Plugin::Elasticsearch, Nile::Plugin::Email, Nile::Plugin::Memcached, Nile::Plugin::Minify, Nile::Plugin::Minify::Css, Nile::Plugin::Minify::Html, Nile::Plugin::Minify::Js, Nile::Plugin::Minify::Perl, Nile::Plugin::MongoDB, Nile::Plugin::Object, Nile::Plugin::Paginate, Nile::Plugin::Redis, Nile::Plugin::Session, Nile::Result, Nile::Router, Nile::Setting, Nile::Timer, Nile::Var, Nile::View, Nile::XML, log::log

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).

Modules

Name Abstract Version View
Nile Android Like Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme. 0.55 metacpan
Nile::Abort Abort the application at anytime with optional message and stacktrace. 0.55 metacpan
Nile::App App base class for the Nile framework. 0.55 metacpan
Nile::Base Base class for the Nile framework. 0.55 metacpan
Nile::Config Configuration file manager. 0.55 metacpan
Nile::DBI SQL database manager. 0.55 metacpan
Nile::DBI::Table DBI table class for the Nile framework. 0.55 metacpan
Nile::Declare 0.55 metacpan
Nile::Deserializer Data structures deserializer 0.55 metacpan
Nile::Dispatcher Application action dispatcher. 0.55 metacpan
Nile::File Files and folders manager. 0.55 metacpan
Nile::Filter Filter functions for Nile framework. 0.55 metacpan
Nile::HTTP::PSGI Enable your CGI::Simple aware applications to adapt PSGI protocol 0.55 metacpan
Nile::HTTP::Request The HTTP request manager. 0.55 metacpan
Nile::HTTP::Request::PSGI The HTTP request manager. 0.55 metacpan
Nile::HTTP::Response The HTTP response manager. 0.55 metacpan
Nile::HTTP::SendFile Send files to browser. 0.55 metacpan
Nile::Handler::CGI CGI Handler. 0.55 metacpan
Nile::Handler::FCGI FCGI Handler. 0.55 metacpan
Nile::Handler::PSGI PSGI Handler. 0.55 metacpan
Nile::Hook Hook class for the Nile framework. 0.55 metacpan
Nile::Lang Language file manager. 0.55 metacpan
Nile::MIME Handle MIME Types 0.55 metacpan
Nile::Module Module base class for the Nile framework. 0.55 metacpan
Nile::Module::Home::Contact 0.55 metacpan
Nile::Module::Home::Home 0.55 metacpan
Nile::Plugin Plugin base class for the Nile framework. 0.55 metacpan
Nile::Plugin::Browser Browser detection plugin for the Nile framework. 0.55 metacpan
Nile::Plugin::Cache Cache plugin for the Nile framework. 0.55 metacpan
Nile::Plugin::Cache::Redis Cache plugin for the Nile framework using Redis. 0.55 metacpan
Nile::Plugin::Date 0.55 metacpan
Nile::Plugin::Elasticsearch Elasticsearch client plugin for the Nile framework. 0.55 metacpan
Nile::Plugin::Email Email plugin for the Nile framework. 0.55 metacpan
Nile::Plugin::Memcached Memcached client plugin for the Nile framework. 0.55 metacpan
Nile::Plugin::Minify Minifier base class for the Nile framework. 0.55 metacpan
Nile::Plugin::Minify::Css css minifier plugin for the Nile framework. 0.55 metacpan
Nile::Plugin::Minify::Html Html minifier plugin for the Nile framework. 0.55 metacpan
Nile::Plugin::Minify::Js Javascript minifier plugin for the Nile framework. 0.55 metacpan
Nile::Plugin::Minify::Perl Perl code minifier plugin for the Nile framework. 0.55 metacpan
Nile::Plugin::MongoDB MongoDB plugin for the Nile framework. 0.55 metacpan
Nile::Plugin::Object Plugin base class for the Nile framework. 0.55 metacpan
Nile::Plugin::Paginate Efficient Data Pagination 0.55 metacpan
Nile::Plugin::Redis Redis database server plugin for the Nile framework. 0.55 metacpan
Nile::Plugin::Session Session manager plugin for the Nile framework. 0.55 metacpan
Nile::Result Result class for the Nile framework. 0.55 metacpan
Nile::Router URL route manager. 0.55 metacpan
Nile::Say Compatibility layer to use say(). 0.55 metacpan
Nile::Serialization Base class for L<Nile::Serializer> and L<Nile::Deserializer> 0.55 metacpan
Nile::Serializer Data structures Serializer 0.55 metacpan
Nile::Setting Application global settings database table manager. 0.55 metacpan
Nile::Timer Timer to clock operations. 0.55 metacpan
Nile::Var Application Shared variables. 0.55 metacpan
Nile::View The template processing system. 0.55 metacpan
Nile::XML XML file manager. 0.55 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan