X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperl5005delta.pod;h=6420f87fa954686b5804869ae7057679e7ce8598;hb=226de479579f4a84dd17654b44e5aef323b0a403;hp=c8b36e41c91c0ce4bae936dcf8303e081203a01c;hpb=f224927c1e379a33cd6d5e0a5d25d0ecb9c9d964;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perl5005delta.pod b/pod/perl5005delta.pod index c8b36e4..6420f87 100644 --- a/pod/perl5005delta.pod +++ b/pod/perl5005delta.pod @@ -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