summaryrefslogtreecommitdiffstats
path: root/Bugzilla/JobQueue/Runner.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-12-27 01:52:12 +0100
committermkanat%bugzilla.org <>2008-12-27 01:52:12 +0100
commit4240812eb919847f4a20ecbde9b946a9e8b50038 (patch)
tree5f26149855a90c52931e0eb2e57dbf0237914fad /Bugzilla/JobQueue/Runner.pm
parent648127eb7ee4ab3623af6c4d9770ea84aae2aca2 (diff)
downloadbugzilla-4240812eb919847f4a20ecbde9b946a9e8b50038.tar.gz
bugzilla-4240812eb919847f4a20ecbde9b946a9e8b50038.tar.xz
Fix a POD error in Bugzila::JobQueue::Runner.
Diffstat (limited to 'Bugzilla/JobQueue/Runner.pm')
-rw-r--r--Bugzilla/JobQueue/Runner.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/JobQueue/Runner.pm b/Bugzilla/JobQueue/Runner.pm
index 35cfec5dd..06b8a7a94 100644
--- a/Bugzilla/JobQueue/Runner.pm
+++ b/Bugzilla/JobQueue/Runner.pm
@@ -88,6 +88,8 @@ __END__
Bugzilla::JobQueue::Runner - A class representing the daemon that runs the
job queue.
+=head1 SYNOPSIS
+
use Bugzilla::JobQueue::Runner;
Bugzilla::JobQueue::Runner->new();