Errors

no_pod_errors
App-Dochazka-REST-0.322/config/dispatch/activity_Config.pm -- Around line 86: '=item' outside of any '=over' Around line 103: =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 176: '=item' outside of any '=over' Around line 194: =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.322/config/dispatch/employee_Config.pm -- Around line 95: =back doesn't take any parameters, but you said =back EOH }, 'employee/current' => { target => { GET => '_get_current', POST => '_put_post_delete_employee_by_eid', }, 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 127: =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 194: '=item' outside of any '=over' Around line 218: =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 290: '=item' outside of any '=over' Around line 319: =back doesn't take any parameters, but you said =back EOH }, 'employee/self' => { target => { GET => '_get_current', POST => '_put_post_delete_employee_by_eid', }, 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 351: =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.322/config/dispatch/interval_Config.pm -- Around line 128: '=item' outside of any '=over' App-Dochazka-REST-0.322/config/dispatch/lock_Config.pm -- Around line 128: '=item' outside of any '=over' App-Dochazka-REST-0.322/config/dispatch/schedule_Config.pm -- Around line 418: =back doesn't take any parameters, but you said =back EOH },
prereq_matches_use
  • HTTP::Request::Common
  • Log::Any::Adapter
  • Test::JSON