Nile 0.39 Deleted
Kwalitee Issues
- meta_yml_is_parsable
-
Upgrade your YAML generator so it produces valid YAML.
Error: Error reading from file 'Nile-0.39/META.yml': UTF-8 "\xD9" does not map to Unicode
- buildtool_not_executable
-
Change the permissions of Build.PL/Makefile.PL to not-executable.
- 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::Config, Nile::Database, 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::Hook::Hooks, Nile::Lang, Nile::MIME, Nile::Module::Home::Home, Nile::Plugin::Date, Nile::Plugin::Email, Nile::Plugin::Object, Nile::Plugin::Paginate, 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.39/app/lib/Nile/Module/Home/Home.pm -- Around line 91: Non-ASCII character seen before =encoding in 'çÃÃâ¦Ã¯'. Assuming CP1252 Nile-0.39/app/lib/Nile/Plugin/Date.pm -- Around line 56: Non-ASCII character seen before =encoding in 'çÃÃâ¦Ã¯'. Assuming CP1252 Nile-0.39/lib/Nile/Abort.pm -- Around line 78: =cut found outside a pod block. Skipping to next block. Nile-0.39/lib/Nile/Declare.pm -- Around line 41: Non-ASCII character seen before =encoding in 'çÃÃâ¦Ã¯'. Assuming CP1252 Nile-0.39/lib/Nile/HTTP/Response.pm -- Around line 627: '=item' outside of any '=over' Around line 715: You forgot a '=back' before '=head1' Nile-0.39/lib/Nile/Plugin/Paginate.pm -- Around line 155: =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/Hook/Hooks.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::Config, Nile::Database, 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::Hook::Hooks, Nile::Lang, Nile::MIME, Nile::Module::Home::Home, Nile::Plugin::Date, Nile::Plugin::Email, Nile::Plugin::Object, Nile::Plugin::Paginate, 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).
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| Nile | Android Like Visual Web App Framework Separating Code From Design Multi Lingual And Multi Theme. | 0.39 | metacpan |
| Nile::Abort | Abort the application at anytime with optional message and stacktrace. | 0.39 | metacpan |
| Nile::Base | Base class for the Nile framework. | 0.39 | metacpan |
| Nile::Config | Configuration file manager. | 0.39 | metacpan |
| Nile::Database | SQL database manager. | 0.39 | metacpan |
| Nile::Declare | 0.39 | metacpan | |
| Nile::Deserializer | Data structures deserializer | 0.39 | metacpan |
| Nile::Dispatcher | Application action dispatcher. | 0.39 | metacpan |
| Nile::File | Files and folders manager. | 0.39 | metacpan |
| Nile::Filter | Filter functions for Nile framework. | 0.39 | metacpan |
| Nile::HTTP::PSGI | Enable your CGI::Simple aware applications to adapt PSGI protocol | 0.39 | metacpan |
| Nile::HTTP::Request | The HTTP request manager. | 0.39 | metacpan |
| Nile::HTTP::Request::PSGI | The HTTP request manager. | 0.39 | metacpan |
| Nile::HTTP::Response | The HTTP response manager. | 0.39 | metacpan |
| Nile::HTTP::SendFile | Send files to browser. | 0.39 | metacpan |
| Nile::Handler::CGI | CGI Handler. | 0.39 | metacpan |
| Nile::Handler::FCGI | FCGI Handler. | 0.39 | metacpan |
| Nile::Handler::PSGI | PSGI Handler. | 0.39 | metacpan |
| Nile::Hook | Hook class for the Nile framework. | 0.39 | metacpan |
| Nile::Hook::Hooks | Hook example class for the Nile framework. | 0.39 | metacpan |
| Nile::Lang | Language file manager. | 0.39 | metacpan |
| Nile::MIME | Handle MIME Types | 0.39 | metacpan |
| Nile::Module | Module base class for the Nile framework. | 0.39 | metacpan |
| Nile::Module::Home::Home | 0.39 | metacpan | |
| Nile::Plugin | Plugin base class for the Nile framework. | 0.39 | metacpan |
| Nile::Plugin::Date | 0.39 | metacpan | |
| Nile::Plugin::Email | Email plugin for the Nile framework. | 0.39 | metacpan |
| Nile::Plugin::Object | Plugin base class for the Nile framework. | 0.39 | metacpan |
| Nile::Plugin::Paginate | Efficient Data Pagination | 0.39 | metacpan |
| Nile::Router | URL route manager. | 0.39 | metacpan |
| Nile::Say | Compatibility layer to use say(). | 0.39 | metacpan |
| Nile::Serialization | Base class for L<Nile::Serializer> and L<Nile::Deserializer> | 0.39 | metacpan |
| Nile::Serializer | Data structures Serializer | 0.39 | metacpan |
| Nile::Setting | Application global settings database table manager. | 0.39 | metacpan |
| Nile::Timer | Timer to clock operations. | 0.39 | metacpan |
| Nile::Var | Application Shared variables. | 0.39 | metacpan |
| Nile::View | The template processing system. | 0.39 | metacpan |
| Nile::XML | XML file manager. | 0.39 | metacpan |