From: Justin Wood Date: Fri, 5 Mar 2010 01:11:18 +0000 (-0500) Subject: Bustage fix for Bug 545299. rs=mkanat over IRC X-Git-Tag: bugzilla-3.6rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=728c3a43600b10fc35f1940434db9356369adfb8;p=thirdparty%2Fbugzilla.git Bustage fix for Bug 545299. rs=mkanat over IRC --- diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm index 3db28142e9..bb77540cb9 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 => {};