diff options
author | mkanat%bugzilla.org <> | 2008-12-27 01:52:12 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-12-27 01:52:12 +0100 |
commit | 4240812eb919847f4a20ecbde9b946a9e8b50038 (patch) | |
tree | 5f26149855a90c52931e0eb2e57dbf0237914fad /Bugzilla/JobQueue | |
parent | 648127eb7ee4ab3623af6c4d9770ea84aae2aca2 (diff) | |
download | bugzilla-4240812eb919847f4a20ecbde9b946a9e8b50038.tar.gz bugzilla-4240812eb919847f4a20ecbde9b946a9e8b50038.tar.xz |
Fix a POD error in Bugzila::JobQueue::Runner.
Diffstat (limited to 'Bugzilla/JobQueue')
-rw-r--r-- | Bugzilla/JobQueue/Runner.pm | 2 |
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(); |