From: Adolf Belka Date: Sat, 15 Mar 2025 20:45:31 +0000 (+0100) Subject: perl: uncomment the json entrries in the rootfile X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4a7fb2574e81c290a05dfc8d1254bf98d4c9bb5;p=people%2Fms%2Fipfire-2.x.git perl: uncomment the json entrries in the rootfile - Back in Sept 2024 I supplied a patch to remove certain perl modules as they were now available in the core perl package. - The perl-json was one of these modules but unfortunately I missed to uncomment the json entries in the perl rootfile so they have been unavailable to samba since then. - This patch corrects that situation. Suggested-by: ummeegge Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/perl b/config/rootfiles/common/perl index d4ceb7083..91517941c 100644 --- a/config/rootfiles/common/perl +++ b/config/rootfiles/common/perl @@ -313,9 +313,9 @@ usr/lib/perl5/5.36.0/IPC/Open2.pm usr/lib/perl5/5.36.0/IPC/Open3.pm #usr/lib/perl5/5.36.0/Internals.pod #usr/lib/perl5/5.36.0/JSON -#usr/lib/perl5/5.36.0/JSON/PP -#usr/lib/perl5/5.36.0/JSON/PP.pm -#usr/lib/perl5/5.36.0/JSON/PP/Boolean.pm +usr/lib/perl5/5.36.0/JSON/PP +usr/lib/perl5/5.36.0/JSON/PP.pm +usr/lib/perl5/5.36.0/JSON/PP/Boolean.pm #usr/lib/perl5/5.36.0/Locale #usr/lib/perl5/5.36.0/Locale/Maketext #usr/lib/perl5/5.36.0/Locale/Maketext.pm