repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: af9c87cb8b8a55e60d339a13823bd9fcd4199502:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit af9c87cb8b8a55e60d339a13823bd9fcd4199502
Author: Marc Lehmann 
Date:   Sat Jun 2 06:43:02 2007 +0000

    yes, perl is not that evil especially when disabled

diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod
index 3fb8df8799f28276da8c3794aa8808384e19da66..
index ..fe215f5493785a66d5c92a67968e7cead46e3625 100644
--- a/doc/rxvt.7.pod
+++ b/doc/rxvt.7.pod
@@ -2479,10 +2479,13 @@ Add support to have the pointer disappear when typing or inactive.
 =item --enable-perl (default: on)

 Enable an embedded perl interpreter. See the B<@@RXVT_NAME@@perl(3)>
-manpage (F) for more info on this feature, or the files
-in F for the extensions that are installed by default. The
-perl interpreter that is used can be specified via the C environment
-variable when running configure.
+manpage (F) for more info on this feature, or the
+files in F for the extensions that are installed by
+default. The perl interpreter that is used can be specified via the
+C environment variable when running configure. Even when compiled
+in, perl will I be initialised when all extensions have been disabled
+C<-pe "" --perl-ext-common "">, so it should be safe to enable from a
+resource standpoint.

 =item --with-name=NAME (default: urxvt)

diff --git a/src/urxvt.pm b/src/urxvt.pm
index 05d6f4607053d0cfeddafeb33a1f61823f654a6c..
index ..87a010672dbeb5ebef6e45ce0737f18ac00378db 100644
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -28,6 +28,9 @@ thus must be encoded as UTF-8.
 Each script will only ever be loaded once, even in @@RXVT_NAME@@d, where
 scripts will be shared (but not enabled) for all terminals.

+You can disable the embedded perl interpreter by setting both "perl-ext"
+and "perl-ext-common" resources to the empty string.
+
 =head1 PREPACKAGED EXTENSIONS

 This section describes the extensions delivered with this release. You can

-----END OF PAGE-----