From 4240812eb919847f4a20ecbde9b946a9e8b50038 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 27 Dec 2008 00:52:12 +0000 Subject: Fix a POD error in Bugzila::JobQueue::Runner. --- Bugzilla/JobQueue/Runner.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/JobQueue/Runner.pm') 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(); -- cgit v1.2.3-24-g4f1b