From: Ben Shum Date: Mon, 5 Nov 2018 21:26:04 +0000 (-0500) Subject: LP#1793585: Change to use MARC::File::XML X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5e6344dac1e2fdd65b5bfd2f95891d696dc5359b;p=evergreen%2Ftadl.git 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 --- 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) \