stas 2002/09/04 03:25:21 Modified: src/docs/2.0/user/compat compat.pod Log: better wording Revision Changes Path 1.30 +3 -3 modperl-docs/src/docs/2.0/user/compat/compat.pod Index: compat.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/compat/compat.pod,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- compat.pod 15 Aug 2002 08:46:40 -0000 1.29 +++ compat.pod 4 Sep 2002 10:25:21 -0000 1.30 @@ -54,12 +54,12 @@ =head2 C<PerlTaintCheck> -The tainting mode now can be turned on with: +The taint mode now can be turned on with: PerlSwitches -T -The default is I<Off>. You cannot turn it I<Off> once it's turned -I<On>. +As with standard Perl, by default the taint mode is disabled and once +enabled cannot be turned off inside the code. =head2 C<PerlWarn>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]