diff options
author | smcv <smcv@web> | 2014-09-14 18:53:37 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-09-14 18:53:37 -0400 |
commit | 8c20849e0414dec8cb382d9217931354e07706ba (patch) | |
tree | 1baa2925c31a3d9775122b478162e661726cfbfb | |
parent | a4cedcc96d65d8d12ddb08e44f0a14cdc78c66c3 (diff) | |
download | ikiwiki-8c20849e0414dec8cb382d9217931354e07706ba.tar ikiwiki-8c20849e0414dec8cb382d9217931354e07706ba.tar.gz |
point taken
-rw-r--r-- | doc/bugs/CGI_wrapper_doesn__39__t_store_PERL5LIB_environment_variable.mdwn | 4 |
1 files changed, 4 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 a60fe130f..b94b79c59 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 @@ -63,3 +63,7 @@ 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 + +> That makes sense, as long as nothing else is going to read +> `$config{ENV}` for purposes other than copying it into the actual +> environment. --[[smcv]] |