Lp 1930747: Use Constant MARC_NAMESPACE in AppUtils user/dyrcona/lp1930747-constant-MARC_NAMESPACE
authorJason Stephenson <jason@sigio.com>
Thu, 3 Jun 2021 19:14:31 +0000 (15:14 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 3 Jun 2021 19:14:31 +0000 (15:14 -0400)
commit83de5f0e4561b62e4113dfadce0a400a35ec9aa0
tree1d19947f4f009778170da0b1552b29f5b01e25e2
parentd4f5a2effd634089071eb820b02fd8e76225b389
Lp 1930747: Use Constant MARC_NAMESPACE in AppUtils

Use the Perl "constant" pragma for MARC_NAMESPACE in OpenILS::
Application::AppUtils to better convey the intention of the code and
to protect it from accidental change.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm