Catalyst-Runtime 5.8000_01
Kwalitee Issues
- meta_yml_conforms_to_known_spec
-
Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.
Error: Expected a list structure (author) [Validation: 1.3]
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- no_broken_auto_install
-
Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (219) does not match dist (175):
- Missing in Dist: t/04critic.rc, t/live_component_controller_action_action.t, t/live_component_controller_action_auto.t, t/live_component_controller_action_begin.t, t/live_component_controller_action_chained.t, t/live_component_controller_action_default.t, t/live_component_controller_action_detach.t, t/live_component_controller_action_end.t, t/live_component_controller_action_forward.t, t/live_component_controller_action_global.t, t/live_component_controller_action_go.t, t/live_component_controller_action_index.t, t/live_component_controller_action_inheritance.t, t/live_component_controller_action_local.t, t/live_component_controller_action_multipath.t, t/live_component_controller_action_path.t, t/live_component_controller_action_private.t, t/live_component_controller_action_regexp.t, t/live_component_controller_action_streaming.t, t/live_component_controller_args.t, t/live_engine_request_auth.t, t/live_engine_request_body.t, t/live_engine_request_body_demand.t, t/live_engine_request_cookies.t, t/live_engine_request_headers.t, t/live_engine_request_parameters.t, t/live_engine_request_uploads.t, t/live_engine_request_uri.t, t/live_engine_response_cookies.t, t/live_engine_response_errors.t, t/live_engine_response_headers.t, t/live_engine_response_large.t, t/live_engine_response_redirect.t, t/live_engine_response_status.t, t/live_engine_setup_basics.t, t/live_engine_setup_plugins.t, t/live_loop.t, t/live_plugin_loaded.t, t/live_priorities.t, t/live_recursion.t, t/unit_core_action_for.t, t/unit_core_component_layers.t, t/unit_core_uri_for_action.t, t/unit_core_uri_for_multibytechar.t
- 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: Catalyst::Manual
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Catalyst-Runtime-5.8000_01/lib/Catalyst.pm -- Around line 2507: Non-ASCII character seen before =encoding in 'Mannsåker'. Assuming UTF-8
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- 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: Catalyst::Manual, Catalyst::Utils
- 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.
- 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 |
---|---|---|---|
Catalyst | The Elegant MVC Web Application Framework | 5.8000_01 | metacpan |
Catalyst::Action | Catalyst Action | metacpan | |
Catalyst::ActionChain | Chain of Catalyst Actions | metacpan | |
Catalyst::ActionContainer | Catalyst Action Container | metacpan | |
Catalyst::AttrContainer | Handles code attribute storage and caching | metacpan | |
Catalyst::Base | Deprecated base class | metacpan | |
Catalyst::Component | Catalyst Component Base Class | metacpan | |
Catalyst::Controller | Catalyst Controller base class | metacpan | |
Catalyst::DispatchType | DispatchType Base Class | metacpan | |
Catalyst::DispatchType::Chained | Path Part DispatchType | metacpan | |
Catalyst::DispatchType::Default | Default DispatchType | metacpan | |
Catalyst::DispatchType::Index | Index DispatchType | metacpan | |
Catalyst::DispatchType::Path | Path DispatchType | metacpan | |
Catalyst::DispatchType::Regex | Regex DispatchType | metacpan | |
Catalyst::Dispatcher | The Catalyst Dispatcher | metacpan | |
Catalyst::Engine | The Catalyst Engine | metacpan | |
Catalyst::Engine::CGI | The CGI Engine | metacpan | |
Catalyst::Engine::FastCGI | FastCGI Engine | metacpan | |
Catalyst::Engine::HTTP | Catalyst HTTP Engine | metacpan | |
Catalyst::Engine::HTTP::Restarter | Catalyst Auto-Restarting HTTP Engine | metacpan | |
Catalyst::Engine::HTTP::Restarter::Watcher | Watch for changed application files | metacpan | |
Catalyst::Exception | Catalyst Exception Class | metacpan | |
Catalyst::Log | Catalyst Log Class | metacpan | |
Catalyst::Model | Catalyst Model base class | metacpan | |
Catalyst::Request | provides information about the current client request | metacpan | |
Catalyst::Request::Upload | handles file upload requests | metacpan | |
Catalyst::Response | stores output responding to the current client request | metacpan | |
Catalyst::Runtime | The Catalyst Framework Runtime | 5.8000_01 | metacpan |
Catalyst::Stats | Catalyst Timing Statistics Class | metacpan | |
Catalyst::Test | Test Catalyst Applications | metacpan | |
Catalyst::Utils | The Catalyst Utils | metacpan | |
Catalyst::View | Catalyst View base class | metacpan |
Provides
Name | File | View |
---|---|---|
Catalyst::Exception::Base | lib/Catalyst/Exception.pm | metacpan |