aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn
diff options
context:
space:
mode:
authorjcflack <jcflack@web>2014-09-14 18:34:13 -0400
committeradmin <admin@branchable.com>2014-09-14 18:34:13 -0400
commita4cedcc96d65d8d12ddb08e44f0a14cdc78c66c3 (patch)
tree4123b14de514f1a155a8f60cdd31a969f195aa7a /doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn
parentcc20344f5c5a6dbb0132816f678527a8d74663d4 (diff)
downloadikiwiki-a4cedcc96d65d8d12ddb08e44f0a14cdc78c66c3.tar
ikiwiki-a4cedcc96d65d8d12ddb08e44f0a14cdc78c66c3.tar.gz
Diffstat (limited to 'doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn')
-rw-r--r--doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn b/doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn
index 9da25157f..a60fe130f 100644
--- a/doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn
+++ b/doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn
@@ -52,3 +52,14 @@ As I am not sure that remembering `PERL5LIB` is a good idea, I think that a pret
> in having it in the storable too?
>
> --[[smcv]]
+
+Happy to make the escaping change, thanks for the sharp eye.
+
+My thinking on `delete` is once it's handled, it's handled. The C code
+is going to put this straight into the real environment and then do
+a simple `exec` ... is there any way this hasn't been handled?
+
+It just takes up space twice in the generated wrapper otherwise.
+Admittedly it's not much space, but seems to be even less point ... ?
+
+-- Chap