]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix some test failures caused by the checkin of bug 284184.
authormkanat%bugzilla.org <>
Wed, 24 Dec 2008 04:30:41 +0000 (04:30 +0000)
committermkanat%bugzilla.org <>
Wed, 24 Dec 2008 04:30:41 +0000 (04:30 +0000)
Bugzilla/Job/Mailer.pm
jobqueue.pl

index a421c59f2a92a49361c91fb14f1ac3726bdcdb97..24b589d801efc8d049b5b45328286c86256d98b4 100644 (file)
@@ -21,6 +21,7 @@
 #   Max Kanat-Alexander <mkanat@bugzilla.org>
 
 package Bugzilla::Job::Mailer;
+use strict;
 use Bugzilla::Mailer;
 BEGIN { eval "use base qw(TheSchwartz::Worker)"; }
 
index 35bd203dd9e688e291c0820494954ae55706ab47..ad0c81f853c3fcb595f50a093d8b0090fc643897 100644 (file)
@@ -42,11 +42,11 @@ jobqueue.pl - Runs jobs in the background for Bugzilla.
    -f        Run in the foreground (don't detach)
    -d        Output a lot of debugging information
    start     Starts a new jobqueue daemon if there isn't one running already
-   stop             Stops a running jobqueue daemon
+   stop      Stops a running jobqueue daemon
    restart   Stops a running jobqueue if one is running, and then
              starts a new one.
    check     Report the current status of the daemon.
-   help             Display this usage info
+   help      Display this usage info
    version   Display the version of jobqueue.pl
 
 =head1 DESCRIPTION