POD fixes (PodChecker.t)

This commit is contained in:
Wouter van Oijen 2006-07-13 12:30:47 +00:00
parent 2a929b83bd
commit fe9e46336d
4 changed files with 46 additions and 36 deletions

View file

@ -57,8 +57,6 @@ sub _stop {
undef $self;
}
#-------------------------------------------------------------------
=head2 addInstance ( params )
@ -73,11 +71,11 @@ A hash reference containing important information about the workflow instance to
The host and domain of the site this instance belongs to.
=head3 instanceId
=head4 instanceId
The unqiue id for this workflow instance.
=head3 priority
=head4 priority
The priority (1,2, or 3) that this instance should be run at.
@ -134,7 +132,7 @@ sub checkInstances {
#-------------------------------------------------------------------
=head2 config
=head2 config ( )
Returns a reference to the config object.
@ -167,7 +165,9 @@ sub countRunningInstances {
Prints out debug information if debug is enabled.
=head3
=head3 output
The debug message to be printed if debug is enabled.
=cut
@ -210,7 +210,9 @@ sub deleteInstance {
Prints out error information if debug is enabled.
=head3
=head3 output
The error message to be printed if debug is enabled.
=cut
@ -439,7 +441,4 @@ sub workerResponse {
}
1;