diff options
Diffstat (limited to 'pod/perl571delta.pod')
-rw-r--r-- | pod/perl571delta.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perl571delta.pod b/pod/perl571delta.pod index 80478716ec..2975c06876 100644 --- a/pod/perl571delta.pod +++ b/pod/perl571delta.pod @@ -38,8 +38,8 @@ possible. The suidperl code is being reviewed and if deemed too risky to continue to be supported, it may be completely removed from future releases. In any case, suidperl should only be used by security experts who know exactly what they are doing and why they are using -suidperl instead of some other solution such as sudo (see -http://www.courtesan.com/sudo/). +suidperl instead of some other solution such as sudo +( see http://www.courtesan.com/sudo/ ). =head1 Incompatible Changes @@ -175,7 +175,7 @@ particularly tricky to get right, so you have been warned) =item * The Unicode Character Database coming with Perl has been upgraded -to Unicode 3.1. For more information, see http://www.unicode.org/, +to Unicode 3.1. For more information, see http://www.unicode.org/ , and http://www.unicode.org/unicode/reports/tr27/ For developers interested in enhancing Perl's Unicode capabilities: @@ -450,8 +450,8 @@ Class::Struct can now define the classes in compile time. Math::BigFloat has undergone much fixing, and in addition the fmod() function now supports modulus operations. -(The fixed Math::BigFloat module is also available in CPAN for those -who can't upgrade their Perl: http://www.cpan.org/authors/id/J/JP/JPEACOCK/) +( The fixed Math::BigFloat module is also available in CPAN for those +who can't upgrade their Perl: http://www.cpan.org/authors/id/J/JP/JPEACOCK/ ) =item * |