public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] perl: uncomment the json entrries in the rootfile
@ 2025-03-15 20:45 Adolf Belka
  2025-03-17 10:36 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2025-03-15 20:45 UTC (permalink / raw)
  To: development; +Cc: Adolf Belka, ummeegge

- 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 <ummeegge@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/perl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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
-- 
2.48.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-17 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-15 20:45 [PATCH] perl: uncomment the json entrries in the rootfile Adolf Belka
2025-03-17 10:36 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox