Skip to content

Commit

Permalink
perlsec: clarify when preprocessor symbols are used
Browse files Browse the repository at this point in the history
Readers of this document should not be required to know this.
  • Loading branch information
hvds authored and tonycoz committed Nov 7, 2023
1 parent e07cc68 commit 6f40c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlsec.pod
Expand Up @@ -48,7 +48,7 @@ program more secure than the corresponding C program.
Support for taint checks adds an overhead to all Perl programs,
whether or not you're using the taint features.
Perl 5.18 introduced C preprocessor symbols that can
be used to disable the taint features.
be used to disable the taint features when building perl.

When taint is enabled,
you may not use data derived from outside your program to affect
Expand Down

0 comments on commit 6f40c0a

Please sign in to comment.