diff options
author | Justin Wood <Callek@gmail.com> | 2010-03-05 02:10:56 +0100 |
---|---|---|
committer | Justin Wood <Callek@gmail.com> | 2010-03-05 02:10:56 +0100 |
commit | 2be73ea0d0a0afa36c9261d46817a9b1c889d2fc (patch) | |
tree | f3d60a3c31935a221b59732245c151a3a642752f /Bugzilla | |
parent | ac9090d06e0bd66d4d8c9bd0c99512093aeb279c (diff) | |
download | bugzilla-2be73ea0d0a0afa36c9261d46817a9b1c889d2fc.tar.gz bugzilla-2be73ea0d0a0afa36c9261d46817a9b1c889d2fc.tar.xz |
Bustage fix for Bug 545299. rs=mkanat over IRC
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/WebService.pm | 2 |
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 => {}; |