From 2be73ea0d0a0afa36c9261d46817a9b1c889d2fc Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Thu, 4 Mar 2010 20:10:56 -0500 Subject: Bustage fix for Bug 545299. rs=mkanat over IRC --- Bugzilla/WebService.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/WebService.pm') 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 => {}; -- cgit v1.2.3-24-g4f1b