From f4e4bdb702d369d3117042180598c7f8625e0369 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 15 Nov 2021 17:50:25 -0500 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/MANIFEST | 1 - 1 file changed, 1 deletion(-) 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 -- 2.43.2