diff options
-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 => {}; |