RWDE 522 Deleted
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: License '<undef>' is invalid (license) [Validation: 1.2];Missing mandatory field, 'author' (author) [Validation: 1.2];Missing mandatory field, 'license' (license) [Validation: 1.2]
- has_changelog
-
Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.
- has_tests
-
Add tests!
- 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: RWDE
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: RWDE-522/lib/RWDE/DB/Items.pm -- Around line 146: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content Around line 221: =pod directives shouldn't be over one line long! Ignoring all 2 lines of content RWDE-522/lib/RWDE/PostMaster.pm -- Around line 51: =cut found outside a pod block. Skipping to next block.
- 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.
- has_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- 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.
- 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: RWDE, RWDE::Configuration, RWDE::Configuration_content, RWDE::Gearman::Client, RWDE::Web::AbstractCommand
- 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 |
---|---|---|---|
RWDE::AbstractFactory | 522 | metacpan | |
RWDE::CCR | 522 | metacpan | |
RWDE::CCRproxy | 522 | metacpan | |
RWDE::Configuration | 522 | metacpan | |
RWDE::Configuration_content | 522 | metacpan | |
RWDE::DB::BigFile | 522 | metacpan | |
RWDE::DB::Cachable | 522 | metacpan | |
RWDE::DB::DbRegistry | 522 | metacpan | |
RWDE::DB::DefaultDB | 522 | metacpan | |
RWDE::DB::Deletable | 522 | metacpan | |
RWDE::DB::Immutable | 522 | metacpan | |
RWDE::DB::Items | 522 | metacpan | |
RWDE::DB::MemcachedAdapter | 522 | metacpan | |
RWDE::DB::MemcachedRegistry | 522 | metacpan | |
RWDE::DB::Record | 522 | metacpan | |
RWDE::DB::S3 | 522 | metacpan | |
RWDE::Exceptions | 522 | metacpan | |
RWDE::Gearman::Client | 522 | metacpan | |
RWDE::Gearman::Worker | 522 | metacpan | |
RWDE::Interpreter | 522 | metacpan | |
RWDE::Logger | 522 | metacpan | |
RWDE::Logging | 522 | metacpan | |
RWDE::LoginUser | 522 | metacpan | |
RWDE::Mailing | 522 | metacpan | |
RWDE::Mapper | 522 | metacpan | |
RWDE::PostMaster | 522 | metacpan | |
RWDE::Proxy | 522 | metacpan | |
RWDE::RObject | 522 | metacpan | |
RWDE::Runnable | 522 | metacpan | |
RWDE::Scheduler::Pending_action | 522 | metacpan | |
RWDE::Scheduler::Scheduler | 522 | metacpan | |
RWDE::Scheduler::SchedulerWorker | 522 | metacpan | |
RWDE::Search | 522 | metacpan | |
RWDE::SearchClient::Indexable | 522 | metacpan | |
RWDE::Singleton | 522 | metacpan | |
RWDE::Time | 522 | metacpan | |
RWDE::Utility | 522 | metacpan | |
RWDE::Web::AbstractCommand | 522 | metacpan | |
RWDE::Web::AppServer | 522 | metacpan | |
RWDE::Web::CGIadapter | 522 | metacpan | |
RWDE::Web::CommandProxy | 522 | metacpan | |
RWDE::Web::FCGIadapter | 522 | metacpan | |
RWDE::Web::Helper | 522 | metacpan | |
RWDE::Web::SCGIadapter | 522 | metacpan | |
RWDE::Web::Session | 522 | metacpan | |
RWDE::Web::TemplateAdapter | 522 | metacpan |
Provides
Name | File | View |
---|---|---|
RWDE::BadPasswordException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::BaseException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::DataBadException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::DataDuplicateException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::DataLimitException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::DataMissingException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::DataNotFoundException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::DatabaseErrorException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::DefaultException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::DevelException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::PermissionException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::PolicyException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::SSLException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::StatusException | lib/RWDE/Exceptions.pm | metacpan |
RWDE::Web::SessionMissingException | lib/RWDE/Exceptions.pm | metacpan |