summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/JSON.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/WebService/JSON.pm')
-rw-r--r--Bugzilla/WebService/JSON.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/JSON.pm b/Bugzilla/WebService/JSON.pm
index 5c28b20f4..f670d1fd9 100644
--- a/Bugzilla/WebService/JSON.pm
+++ b/Bugzilla/WebService/JSON.pm
@@ -39,7 +39,7 @@ sub decode {
}
}
-sub _build_json { JSON::MaybeXS->new }
+sub _build_json { JSON::MaybeXS->new }
# delegation all the json options to the real json encoder.
{