RWDE 510 Latest
Kwalitee Issues
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- 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-510/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-510/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
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 506,507,508,509
- 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 | 506 | metacpan | |
RWDE::CCR | 507 | metacpan | |
RWDE::CCRproxy | 507 | metacpan | |
RWDE::Configuration | 507 | metacpan | |
RWDE::Configuration_content | 507 | metacpan | |
RWDE::DB::BigFile | 508 | metacpan | |
RWDE::DB::Cachable | 508 | metacpan | |
RWDE::DB::DbRegistry | 508 | metacpan | |
RWDE::DB::DefaultDB | 508 | metacpan | |
RWDE::DB::Deletable | 508 | metacpan | |
RWDE::DB::Immutable | 508 | metacpan | |
RWDE::DB::Items | 508 | metacpan | |
RWDE::DB::MemcachedAdapter | 508 | metacpan | |
RWDE::DB::MemcachedRegistry | 508 | metacpan | |
RWDE::DB::Record | 508 | metacpan | |
RWDE::DB::S3 | 508 | metacpan | |
RWDE::DefaultException | 507 | metacpan | |
RWDE::Doxy::ClassData | 509 | metacpan | |
RWDE::Doxy::DocGenerator | 509 | metacpan | |
RWDE::Doxy::MethodData | 509 | metacpan | |
RWDE::Doxy::SCF | 509 | metacpan | |
RWDE::Gearman::Client | 509 | metacpan | |
RWDE::Gearman::Worker | 509 | metacpan | |
RWDE::Interpreter | 507 | metacpan | |
RWDE::Logger | 507 | metacpan | |
RWDE::Logging | 507 | metacpan | |
RWDE::LoginUser | 507 | metacpan | |
RWDE::Mailing | 507 | metacpan | |
RWDE::Mapper | 507 | metacpan | |
RWDE::PostMaster | 507 | metacpan | |
RWDE::Proxy | 507 | metacpan | |
RWDE::RObject | 507 | metacpan | |
RWDE::Runnable | 507 | metacpan | |
RWDE::Scheduler::Pending_action | 509 | metacpan | |
RWDE::Scheduler::Scheduler | 509 | metacpan | |
RWDE::Scheduler::SchedulerWorker | 509 | metacpan | |
RWDE::Search | 507 | metacpan | |
RWDE::SearchClient::Indexable | 509 | metacpan | |
RWDE::Singleton | 507 | metacpan | |
RWDE::Time | 507 | metacpan | |
RWDE::Utility | 507 | metacpan | |
RWDE::Web::AbstractCommand | 509 | metacpan | |
RWDE::Web::AppServer | 509 | metacpan | |
RWDE::Web::CGIadapter | 509 | metacpan | |
RWDE::Web::CommandProxy | 509 | metacpan | |
RWDE::Web::FCGIadapter | 509 | metacpan | |
RWDE::Web::Helper | 509 | metacpan | |
RWDE::Web::SCGIadapter | 509 | metacpan | |
RWDE::Web::Session | 509 | metacpan | |
RWDE::Web::TemplateAdapter | 509 | metacpan |
Provides
Name | File | View |
---|---|---|
RWDE::BadPasswordException | RWDE/Exceptions.pm | metacpan |
RWDE::BaseException | RWDE/Exceptions.pm | metacpan |
RWDE::DataBadException | RWDE/Exceptions.pm | metacpan |
RWDE::DataDuplicateException | RWDE/Exceptions.pm | metacpan |
RWDE::DataLimitException | RWDE/Exceptions.pm | metacpan |
RWDE::DataMissingException | RWDE/Exceptions.pm | metacpan |
RWDE::DataNotFoundException | RWDE/Exceptions.pm | metacpan |
RWDE::DatabaseErrorException | RWDE/Exceptions.pm | metacpan |
RWDE::DevelException | RWDE/Exceptions.pm | metacpan |
RWDE::PermissionException | RWDE/Exceptions.pm | metacpan |
RWDE::PolicyException | RWDE/Exceptions.pm | metacpan |
RWDE::SSLException | RWDE/Exceptions.pm | metacpan |
RWDE::StatusException | RWDE/Exceptions.pm | metacpan |
RWDE::Web::SessionMissingException | RWDE/Exceptions.pm | metacpan |