]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
perl: uncomment the json entrries in the rootfile
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 15 Mar 2025 20:45:31 +0000 (21:45 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Mar 2025 10:24:51 +0000 (10:24 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/perl

index d4ceb7083ea32ce19c0befef168575696c244dd2..91517941c988b7fac5d80b1572911d432fc9eaff 100644 (file)
@@ -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