X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl5005delta.pod;h=6420f87fa954686b5804869ae7057679e7ce8598;hb=226de479579f4a84dd17654b44e5aef323b0a403;hp=e689b84e125f2dc4680b6954b4f9abc392c76430;hpb=bc15cdb888404a1ca55d433a47449d10a33a1d08;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl5005delta.pod b/pod/perl5005delta.pod index e689b84..6420f87 100644 --- a/pod/perl5005delta.pod +++ b/pod/perl5005delta.pod @@ -1,6 +1,6 @@ =head1 NAME -perldelta - what's new for perl5.005 +perl5005delta - what's new for perl5.005 =head1 DESCRIPTION @@ -89,7 +89,7 @@ begin with C be referenced with a C prefix. The bare function names without the C prefix are supported with macros, but this support may cease in a future release. -See L. +See L. =item * @@ -101,7 +101,7 @@ If you see a compiler error that talks about the variable C not being declared (when building a module that has XS code), you need to add C at the beginning of the block that elicited the error. -The API function C should be used instead of +The API function C should be used instead of directly accessing perl globals as C. The API call is backward compatible with existing perls and provides source compatibility with threading is enabled. @@ -492,7 +492,7 @@ In previous versions, this would print "hello", but it now prints "g'bye". If C<$/> is a reference to an integer, or a scalar that holds an integer, <> will read in records instead of lines. For more info, see -L. +L>. =head1 Supported Platforms @@ -572,7 +572,7 @@ in perl. =item Test -A framework for writing testsuites. +A framework for writing test suites. =item Tie::Array @@ -662,7 +662,7 @@ subtle incompatibilities. =item CPAN -See and L. +See L and L. =item Cwd @@ -964,7 +964,7 @@ because many scripts assume to find Perl in /usr/bin/perl. If you find what you think is a bug, you might check the headers of recently posted articles in the comp.lang.perl.misc newsgroup. -There may also be information at http://www.perl.com/perl/, the Perl +There may also be information at http://www.perl.com/perl/ , the Perl Home Page. If you believe you have an unreported bug, please run the B