From: Jason Stephenson Date: Mon, 15 Nov 2021 22:50:25 +0000 (-0500) Subject: LP1951030: Remove OpenILS/Utils/ISBN from Manifest X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f4e4bdb702d369d3117042180598c7f8625e0369;p=evergreen%2Ftadl.git LP1951030: Remove OpenILS/Utils/ISBN from Manifest Remove a remnant of the OpenILS::Utils::ISBN module that was removed in the branch for Launchpad bug 1856906. To test this fix, run make check in Open-ILS/src/perlmods on a test system to run the tests. Before this patch, you get the following message: WARNING: the following files are missing in your kit: lib/OpenILS/Utils/ISBN.pm Please inform the author. After applying this patch, the message goes away. Signed-off-by: Jason Stephenson Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/perlmods/MANIFEST b/Open-ILS/src/perlmods/MANIFEST index 8e7b0f58ac..37fb0903da 100644 --- a/Open-ILS/src/perlmods/MANIFEST +++ b/Open-ILS/src/perlmods/MANIFEST @@ -139,7 +139,6 @@ lib/OpenILS/Utils/CStoreEditor.pm lib/OpenILS/Utils/DateTime.pm lib/OpenILS/Utils/Fieldmapper.pm lib/OpenILS/Utils/HTTPClient.pm -lib/OpenILS/Utils/ISBN.pm lib/OpenILS/Utils/Lockfile.pm lib/OpenILS/Utils/MFHD.pm lib/OpenILS/Utils/MFHD/Caption.pm