RWDE 573 Latest
Kwalitee Issues
- 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
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: RWDE-573/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
- 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,515,516,527,528,531,534,535,536,550,554,555,556,558,560,561,564,566,567,568,572,573
- 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 | Rapid Web Development Framework | 573 | metacpan |
RWDE::AbstractFactory | 506 | metacpan | |
RWDE::CCR | 558 | metacpan | |
RWDE::CCRproxy | 507 | metacpan | |
RWDE::Configuration | 507 | metacpan | |
RWDE::Configuration_content | 561 | metacpan | |
RWDE::DB::BigFile | 554 | metacpan | |
RWDE::DB::Cachable | 508 | metacpan | |
RWDE::DB::DbRegistry | 561 | 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 | 555 | metacpan | |
RWDE::DB::S3 | 508 | metacpan | |
RWDE::Exceptions | 515 | metacpan | |
RWDE::Gearman::Client | 560 | metacpan | |
RWDE::Gearman::Worker | 556 | metacpan | |
RWDE::Interpreter | 507 | metacpan | |
RWDE::Logger | 507 | metacpan | |
RWDE::Logging | 507 | metacpan | |
RWDE::LoginUser | 507 | metacpan | |
RWDE::Mailing | 507 | metacpan | |
RWDE::Mapper | 536 | metacpan | |
RWDE::PostMaster | 527 | metacpan | |
RWDE::Proxy | 507 | metacpan | |
RWDE::RObject | 528 | metacpan | |
RWDE::Runnable | 564 | metacpan | |
RWDE::Scheduler::Pending_action | 509 | metacpan | |
RWDE::Scheduler::Scheduler | 535 | metacpan | |
RWDE::Scheduler::SchedulerWorker | 534 | metacpan | |
RWDE::Search | 507 | metacpan | |
RWDE::SearchClient::Indexable | 509 | metacpan | |
RWDE::Singleton | 507 | metacpan | |
RWDE::Time | 516 | metacpan | |
RWDE::Utility | 568 | metacpan | |
RWDE::Web::AbstractCommand | 509 | metacpan | |
RWDE::Web::AppServer | 531 | metacpan | |
RWDE::Web::CGIadapter | 567 | metacpan | |
RWDE::Web::CommandProxy | 550 | metacpan | |
RWDE::Web::FCGIadapter | 566 | metacpan | |
RWDE::Web::Helper | 509 | metacpan | |
RWDE::Web::SCGIadapter | 566 | metacpan | |
RWDE::Web::Session | 572 | metacpan | |
RWDE::Web::TemplateAdapter | 509 | 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 |