From ded5d29a6083d08350ddf78d05266872cc2e9bb7 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 11 Nov 2014 23:26:09 +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 2f38c8db14..cfd934c4eb 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -315,6 +315,7 @@ sub WS_DISPATCH { =over =item REST_STATUS_CODE_MAP + =item WS_DISPATCH =back -- 2.47.2