From 4b4ddaf2bc4868e009a544e59e184a958f6a2fcc Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 11 Nov 2014 23:25:30 +0800 Subject: [PATCH] Bug 1094858: Create hook in Bugzilla::WebService::Constants to allow overrriding of standard status codes by extensions (fix broken POD) --- Bugzilla/WebService/Constants.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 503b91bbb2..0bdd3517e4 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -314,6 +314,7 @@ sub WS_DISPATCH { =over =item REST_STATUS_CODE_MAP + =item WS_DISPATCH =back -- 2.47.2