In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a8a89b8d1e54b18fc579ebd339b4455dffebb446?hp=8e68ea1a6a9fa92b41c2a9776370ac378153d1b1>
- Log ----------------------------------------------------------------- commit a8a89b8d1e54b18fc579ebd339b4455dffebb446 Author: Jerry D. Hedden <[email protected]> Date: Fri Jun 26 10:03:20 2009 -0400 Fix typo in perlsec.pod Patch attached. ----------------------------------------------------------------------- Summary of changes: pod/perlsec.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perlsec.pod b/pod/perlsec.pod index 6ab0eb4..c9d2da6 100644 --- a/pod/perlsec.pod +++ b/pod/perlsec.pod @@ -358,7 +358,7 @@ notices the otherwise useless setuid/gid bits on Perl scripts. It does this via a special executable called F<suidperl> that is automatically invoked for you if it's needed. -B<The use of suidperl is considered deprecated>, and will removed +B<The use of suidperl is considered deprecated>, and will be removed in Perl 5.12.0. It is I<strongly> recommended that all code uses the simplier and more secure C-wrappers described below. -- Perl5 Master Repository
