App-Dochazka-REST 0.262 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.262/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.262/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', }, target_module => 'App::Dochazka::REST::Dispatch::Employee', acl_profile => 'passerby', cli => 'employee current', description => 'Display the current employee (i.e. the one we authenticated with)', documentation => <<'EOH', =pod Around line 164: '=item' outside of any '=over' Around line 184: =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 245: '=item' outside of any '=over' =over without closing =back App-Dochazka-REST-0.262/config/dispatch/priv_Config.pm -- Around line 135: =back doesn't take any parameters, but you said =back EOH }, 'priv/history/eid/:eid/:tsrange' => { target => { GET => '_history_eid', }, target_module => 'App::Dochazka::REST::Dispatch::Priv', acl_profile => 'admin', cli => 'priv history eid $EID $TSRANGE', description => 'Get a slice of history of privilege level changes for employee with the given EID', documentation => <<'EOH', =pod Around line 185: =back doesn't take any parameters, but you said =back EOH }, 'priv/history/nick/:nick/:tsrange' => { target => { GET => '_history_nick', }, target_module => 'App::Dochazka::REST::Dispatch::Priv', acl_profile => 'admin', cli => 'priv history nick $NICK $TSRANGE', description => 'Get partial history of privilege level changes for employee with the given nick ' . '(i.e, limit to given tsrange)', documentation => <<'EOH', =pod App-Dochazka-REST-0.262/config/dispatch/schedule_Config.pm -- Around line 150: =back doesn't take any parameters, but you said =back EOH }, 'schedule/history/eid/:eid/:tsrange' => { target => { # GET => '_history_eid', GET => 'not_implemented', }, target_module => 'App::Dochazka::REST::Dispatch::Schedule', acl_profile => 'admin', cli => 'schedule history eid $EID $TSRANGE', description => 'Get a slice of history of schedule changes for employee with the given EID', documentation => <<'EOH', =pod Around line 204: =back doesn't take any parameters, but you said =back EOH }, 'schedule/history/nick/:nick/:tsrange' => { target => { # GET => '_history_nick', GET => 'not_implemented', }, target_module => 'App::Dochazka::REST::Dispatch::Schedule', acl_profile => 'admin', cli => 'schedule history nick $NICK $TSRANGE', description => 'Get partial history of schedule changes for employee with the given nick ' . '(i.e, limit to given tsrange)', documentation => <<'EOH', =pod Around line 310: =back doesn't take any parameters, but you said =back EOH }, 'schedule/nick/:nick/?:ts' => { target => { GET => '_current_schedule', }, target_module => 'App::Dochazka::REST::Dispatch::Schedule', acl_profile => 'admin', cli => 'schedule nick $NICK [$TIMESTAMP]', description => 'Get the current schedule of arbitrary employee, or with optional timestamp, that employee\'s schedule as of that timestamp', documentation => <<'EOH', =pod Around line 386: =back doesn't take any parameters, but you said =back EOH }, App-Dochazka-REST-0.262/config/dispatch/top_Config.pm -- Around line 265: =back doesn't take any parameters, but you said =back EOH }, 'not_implemented' => { target => { GET => 'not_implemented', PUT => 'not_implemented', POST => 'not_implemented', DELETE => 'not_implemented', }, target_module => 'App::Dochazka::REST::Dispatch', acl_profile => 'passerby', cli => 'not_implemented', description => 'A resource that will never be implemented', documentation => <<'EOH', =pod App-Dochazka-REST-0.262/lib/App/Dochazka/REST/Docs/Resources.pm -- Around line 495: You forgot a '=back' before '=head1'
- 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.
- 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.262 | metacpan |
| App::Dochazka::REST::Dispatch | path dispatch | 0.262 | metacpan |
| App::Dochazka::REST::Dispatch::ACL | ACL module | 0.262 | metacpan |
| App::Dochazka::REST::Dispatch::Activity | path dispatch | 0.262 | metacpan |
| App::Dochazka::REST::Dispatch::Employee | path dispatch | 0.262 | metacpan |
| App::Dochazka::REST::Dispatch::Priv | path dispatch | 0.262 | metacpan |
| App::Dochazka::REST::Dispatch::Schedule | path dispatch | 0.262 | metacpan |
| App::Dochazka::REST::Dispatch::Shared | Shared dispatch functions | 0.262 | metacpan |
| App::Dochazka::REST::Docs::Resources | Documentation of App::Dochazka::REST resources | 0.262 | metacpan |
| App::Dochazka::REST::LDAP | LDAP module (for authentication) | 0.262 | metacpan |
| App::Dochazka::REST::Model::Activity | activity data model | 0.262 | metacpan |
| App::Dochazka::REST::Model::Employee | Employee data model | 0.262 | metacpan |
| App::Dochazka::REST::Model::Interval | activity intervals data model | 0.262 | metacpan |
| App::Dochazka::REST::Model::Lock | lock data model | 0.262 | metacpan |
| App::Dochazka::REST::Model::Privhistory | privilege history functions | 0.262 | metacpan |
| App::Dochazka::REST::Model::Schedhistory | schedule history functions | 0.262 | metacpan |
| App::Dochazka::REST::Model::Schedintvls | object class for "scratch schedules" | 0.262 | metacpan |
| App::Dochazka::REST::Model::Schedule | schedule functions | 0.262 | metacpan |
| App::Dochazka::REST::Model::Shared | functions shared by several modules within the data model | 0.262 | metacpan |
| App::Dochazka::REST::Resource | HTTP request/response cycle | 0.262 | metacpan |
| App::Dochazka::REST::Test | Test helper functions | 0.262 | metacpan |
| App::Dochazka::REST::Util | miscellaneous utilities | 0.262 | metacpan |
| App::Dochazka::REST::Util::Timestamp | date/time-related utilities | 0.262 | metacpan |
| App::Dochazka::REST::dbh | database handle module (parent of data model classes) | 0.262 | metacpan |