diff options
-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(); |