App-Dochazka-REST 0.300 Deleted
Kwalitee Issues
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: App-Dochazka-REST-0.300/config/dispatch/activity_Config.pm -- Around line 83: '=item' outside of any '=over' Around line 100: =back doesn't take any parameters, but you said =back EOH }, 'activity/all' => { target => { GET => '_get_all_without_disabled', }, target_module => 'App::Dochazka::REST::Dispatch::Activity', acl_profile => 'active', cli => 'activity all', description => 'Retrieve all activity objects (excluding disabled ones)', documentation => <<'EOH', =pod Around line 170: '=item' outside of any '=over' Around line 188: =back doesn't take any parameters, but you said =back EOH }, 'activity/help' => { target => { GET => '_get_default', POST => '_post_default', PUT => '_put_default', DELETE => '_delete_default', }, target_module => 'App::Dochazka::REST::Dispatch::Activity', acl_profile => 'passerby', cli => 'activity help', description => 'Display available activity resources for given HTTP method', documentation => <<'EOH', =pod App-Dochazka-REST-0.300/config/dispatch/employee_Config.pm -- Around line 92: =back doesn't take any parameters, but you said =back EOH }, 'employee/current' => { target => { GET => '_get_current', POST => '_post_current', }, target_module => 'App::Dochazka::REST::Dispatch::Employee', acl_profile => { 'GET' => 'passerby', 'POST' => 'inactive', }, cli => 'employee current', description => 'Retrieve (GET) and edit (POST) our own employee profile', documentation => <<'EOH', =pod Around line 124: =back doesn't take any parameters, but you said =back EOH }, 'employee/current/priv' => { target => { GET => '_get_current_priv', }, target_module => 'App::Dochazka::REST::Dispatch::Employee', acl_profile => 'passerby', cli => 'employee current priv', description => 'Retrieve our own employee profile, privlevel, and schedule', documentation => <<'EOH', =pod Around line 180: '=item' outside of any '=over' Around line 200: =back doesn't take any parameters, but you said =back EOH }, 'employee/help' => { target => { GET => '_get_default', # _get_default is the name of a subroutine in the DISPATCH_EMPLOYEE_TARGET_MODULE module POST => '_post_default', PUT => '_put_default', DELETE => '_delete_default', }, target_module => 'App::Dochazka::REST::Dispatch::Employee', acl_profile => 'passerby', cli => 'employee help', description => 'Display available employee resources for given HTTP method', documentation => <<'EOH', =pod Around line 261: '=item' outside of any '=over' Around line 286: =back doesn't take any parameters, but you said =back EOH }, 'employee/self' => { target => { GET => '_get_current', POST => '_post_current', }, target_module => 'App::Dochazka::REST::Dispatch::Employee', acl_profile => { 'GET' => 'passerby', 'POST' => 'inactive', }, cli => 'employee current', description => 'Retrieve (GET) and edit (POST) our own employee profile', documentation => <<'EOH', =pod Around line 318: =back doesn't take any parameters, but you said =back EOH }, 'employee/self/priv' => { target => { GET => '_get_current_priv', }, target_module => 'App::Dochazka::REST::Dispatch::Employee', acl_profile => 'passerby', cli => 'employee current priv', description => 'Retrieve our own employee profile, privlevel, and schedule', documentation => <<'EOH', =pod App-Dochazka-REST-0.300/config/dispatch/interval_Config.pm -- Around line 121: '=item' outside of any '=over' App-Dochazka-REST-0.300/config/dispatch/lock_Config.pm -- Around line 121: '=item' outside of any '=over' App-Dochazka-REST-0.300/config/dispatch/schedule_Config.pm -- Around line 389: =back doesn't take any parameters, but you said =back EOH },
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.3,0.300
- 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 |
|---|---|---|---|
| App::Dochazka::REST | Dochazka REST server | 0.300 | metacpan |
| App::Dochazka::REST::Dispatch | path dispatch | 0.300 | metacpan |
| App::Dochazka::REST::Dispatch::ACL | ACL module | 0.300 | metacpan |
| App::Dochazka::REST::Dispatch::Activity | path dispatch | 0.300 | metacpan |
| App::Dochazka::REST::Dispatch::Employee | path dispatch | 0.300 | metacpan |
| App::Dochazka::REST::Dispatch::Interval | path dispatch | 0.300 | metacpan |
| App::Dochazka::REST::Dispatch::Lock | path dispatch | 0.300 | metacpan |
| App::Dochazka::REST::Dispatch::Priv | path dispatch | 0.300 | metacpan |
| App::Dochazka::REST::Dispatch::Schedule | path dispatch | 0.300 | metacpan |
| App::Dochazka::REST::Dispatch::Shared | Shared dispatch functions | 0.300 | metacpan |
| App::Dochazka::REST::Docs::Resources | Documentation of REST resources | 0.3 | metacpan |
| App::Dochazka::REST::Docs::Workflow | Documentation of REST workflow | 0.3 | metacpan |
| App::Dochazka::REST::LDAP | LDAP module (for authentication) | 0.300 | metacpan |
| App::Dochazka::REST::Model::Activity | activity data model | 0.300 | metacpan |
| App::Dochazka::REST::Model::Employee | Employee data model | 0.300 | metacpan |
| App::Dochazka::REST::Model::Interval | activity intervals data model | 0.300 | metacpan |
| App::Dochazka::REST::Model::Lock | lock data model | 0.300 | metacpan |
| App::Dochazka::REST::Model::Privhistory | privilege history functions | 0.300 | metacpan |
| App::Dochazka::REST::Model::Schedhistory | schedule history functions | 0.300 | metacpan |
| App::Dochazka::REST::Model::Schedintvls | object class for "scratch schedules" | 0.300 | metacpan |
| App::Dochazka::REST::Model::Schedule | schedule functions | 0.300 | metacpan |
| App::Dochazka::REST::Model::Shared | functions shared by several modules within the data model | 0.300 | metacpan |
| App::Dochazka::REST::Resource | HTTP request/response cycle | 0.300 | metacpan |
| App::Dochazka::REST::Test | Test helper functions | 0.300 | metacpan |
| App::Dochazka::REST::Util | miscellaneous utilities | 0.300 | metacpan |
| App::Dochazka::REST::Util::Timestamp | date/time-related utilities | 0.300 | metacpan |
| App::Dochazka::REST::dbh | database handle module (parent of data model classes) | 0.300 | metacpan |