From: mkanat%bugzilla.org <> Date: Sat, 27 Dec 2008 00:52:12 +0000 (+0000) Subject: Fix a POD error in Bugzila::JobQueue::Runner. X-Git-Tag: bugzilla-3.3.1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4240812eb919847f4a20ecbde9b946a9e8b50038;p=thirdparty%2Fbugzilla.git Fix a POD error in Bugzila::JobQueue::Runner. --- diff --git a/Bugzilla/JobQueue/Runner.pm b/Bugzilla/JobQueue/Runner.pm index 35cfec5dd0..06b8a7a94e 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();