diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/pods/perl561delta.pod')
-rw-r--r-- | Master/tlpkg/tlperl/lib/pods/perl561delta.pod | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/tlperl/lib/pods/perl561delta.pod b/Master/tlpkg/tlperl/lib/pods/perl561delta.pod index 72c38f15a9b..49ff54f8983 100644 --- a/Master/tlpkg/tlperl/lib/pods/perl561delta.pod +++ b/Master/tlpkg/tlperl/lib/pods/perl561delta.pod @@ -1,6 +1,6 @@ =head1 NAME -perl561delta - what's new for perl v5.6.x +perl561delta - what's new for perl v5.6.1 =head1 DESCRIPTION @@ -2977,7 +2977,6 @@ You should use the new declaration syntax instead. The C<use attrs> pragma is now obsolete, and is only provided for backward-compatibility. See L<perlsub/"Subroutine Attributes">. - =item Premature end of script headers See Server error. @@ -3364,8 +3363,8 @@ Note that the above issue is not relevant to the default build of Perl, whose interfaces continue to match those of prior versions (but subject to the other options described here). -See L<perlguts/"The Perl API"> for detailed information on the -ramifications of building Perl with this option. +See L<perlguts/Background and PERL_IMPLICIT_CONTEXT> for detailed information +on the ramifications of building Perl with this option. NOTE: PERL_IMPLICIT_CONTEXT is automatically enabled whenever Perl is built with one of -Dusethreads, -Dusemultiplicity, or both. It is not |