perl: uncomment the json entrries in the rootfile
Commit Message
- 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(-)
Comments
Thank you. I merged this one straight into master.
> On 15 Mar 2025, at 20:45, Adolf Belka <adolf.belka@ipfire.org> wrote:
>
> - 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
>
>
@@ -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