summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService.pm
diff options
context:
space:
mode:
authorJustin Wood <Callek@gmail.com>2010-03-05 02:10:56 +0100
committerJustin Wood <Callek@gmail.com>2010-03-05 02:10:56 +0100
commit2be73ea0d0a0afa36c9261d46817a9b1c889d2fc (patch)
treef3d60a3c31935a221b59732245c151a3a642752f /Bugzilla/WebService.pm
parentac9090d06e0bd66d4d8c9bd0c99512093aeb279c (diff)
downloadbugzilla-2be73ea0d0a0afa36c9261d46817a9b1c889d2fc.tar.gz
bugzilla-2be73ea0d0a0afa36c9261d46817a9b1c889d2fc.tar.xz
Bustage fix for Bug 545299. rs=mkanat over IRC
Diffstat (limited to 'Bugzilla/WebService.pm')
-rw-r--r--Bugzilla/WebService.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm
index 3db28142e..bb77540cb 100644
--- a/Bugzilla/WebService.pm
+++ b/Bugzilla/WebService.pm
@@ -22,7 +22,7 @@ use strict;
use Date::Parse;
use XMLRPC::Lite;
use Bugzilla::Util qw(datetime_from);
-use Scalar::Util qw(blessed)
+use Scalar::Util qw(blessed);
# Used by the JSON-RPC server to convert incoming date fields apprpriately.
use constant DATE_FIELDS => {};