Errors

no_pod_errors
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'
prereq_matches_use
  • HTTP::Request::Common
  • Log::Any::Adapter
  • Test::JSON