From 4e936f523c70e7163c3f6a3cd98de5c2e1b44ad5 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 4 Jan 2024 00:17:45 +0000 Subject: man: allow Perl (#6143) gropdf (`man -Tpdf`) needs Perl (see #6142). --- etc/profile-m-z/man.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/profile-m-z/man.profile b/etc/profile-m-z/man.profile index cdf1d807f..96a2be1b1 100644 --- a/etc/profile-m-z/man.profile +++ b/etc/profile-m-z/man.profile @@ -12,6 +12,9 @@ blacklist ${RUNUSER} noblacklist ${HOME}/.local/share/man noblacklist ${HOME}/.rustup +# Allow perl (blacklisted by disable-interpreters.inc) +include allow-perl.inc + include disable-common.inc include disable-devel.inc include disable-exec.inc -- cgit v1.2.3-54-g00ecf