diff options
Diffstat (limited to 'pod/perlsec.pod')
-rw-r--r-- | pod/perlsec.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlsec.pod b/pod/perlsec.pod index 3174450f8e..dd237a08f0 100644 --- a/pod/perlsec.pod +++ b/pod/perlsec.pod @@ -234,6 +234,11 @@ The benefit of using C<-Mlib=/foo> over C<-I/foo>, is that the former will automagically remove any duplicated directories, while the later will not. +Note that if a tainted string is added to C<@INC>, the following +problem will be reported: + + Insecure dependency in require while running with -T switch + =head2 Cleaning Up Your Path For "Insecure C<$ENV{PATH}>" messages, you need to set C<$ENV{'PATH'}> to |