From 5e6344dac1e2fdd65b5bfd2f95891d696dc5359b Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Mon, 5 Nov 2018 16:26:04 -0500 Subject: [PATCH] LP#1793585: Change to use MARC::File::XML Use MARC::File::XML instead of MARC::XML (this is ancient and not used) Signed-off-by: Ben Shum Signed-off-by: Jason Stephenson --- Open-ILS/src/extras/install/Makefile.ubuntu-bionic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic index dada657000..41c69ec01e 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-bionic +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-bionic @@ -97,7 +97,7 @@ export CPAN_MODULES_FORCE = \ Class::DBI::Frozen::301 export CPAN_MODULES_PGSQL = \ - MARC::XML + MARC::File::XML PGSQL_SERVER_DEBS_96 = \ $(DEB_PGSQL_COMMON_MODS) \ -- 2.43.2