From: Frank Wiegand Date: Thu, 19 Nov 2009 11:34:20 +0000 (+0100) Subject: Fix POD: C<...->...> => C<< ...-> ... >> X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5213412bf7e51630c57470e49cc6b127a508ed6;p=p5sagit%2Fp5-mst-13.2.git Fix POD: C<...->...> => C<< ...-> ... >> Signed-off-by: Abigail --- diff --git a/lib/Dumpvalue.pm b/lib/Dumpvalue.pm index 88e1493..af16b1d 100644 --- a/lib/Dumpvalue.pm +++ b/lib/Dumpvalue.pm @@ -585,7 +585,7 @@ Prints a dump to the currently selected filehandle. $dumper->dumpValues($value1, $value2); -Same as C< $dumper->dumpValue([$value1, $value2]); >. +Same as C<< $dumper->dumpValue([$value1, $value2]); >>. =item stringify diff --git a/lib/version/Internals.pod b/lib/version/Internals.pod index 42dde75..597b465 100644 --- a/lib/version/Internals.pod +++ b/lib/version/Internals.pod @@ -222,7 +222,7 @@ For example: IMPORTANT NOTE: This may mean that code which searches for a specific string (to determine whether a given module is available) may need to be changed. It is always better to use the built-in comparison implicit in -C or C, rather than manually poking at CVERSION> +C or C, rather than manually poking at C<< class->VERSION >> and then doing a comparison yourself. The replacement UNIVERSAL::VERSION, when used as a function, like this: diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm index 37bb3f0..494bd69 100644 --- a/os2/OS2/OS2-Process/Process.pm +++ b/os2/OS2/OS2-Process/Process.pm @@ -1294,7 +1294,7 @@ is governed by $flags. Same as C, but takes the position from keys C of the hash referenced by $hash. If $hwnd is explicitly -specified, it overrides C<$hash->{hwnd}>. If $hash->{flags} is not specified, +specified, it overrides C<< $hash->{hwnd} >>. If $hash->{flags} is not specified, it is calculated basing on the existing keys of $hash. Requires (morphing to) PM. Example: diff --git a/os2/OS2/OS2-REXX/DLL/DLL.pm b/os2/OS2/OS2-REXX/DLL/DLL.pm index 023c20a..a0d3b21 100644 --- a/os2/OS2/OS2-REXX/DLL/DLL.pm +++ b/os2/OS2/OS2-REXX/DLL/DLL.pm @@ -185,7 +185,7 @@ compatibility). Returns true if all functions are available. As a side effect, creates a REXX wrapper with the specified name in the package constructed by the name -of the DLL so that the next call to C<$dll->NAME()> will pick up the cached +of the DLL so that the next call to C<< $dll->NAME() >> will pick up the cached method. =head2 Create a Perl wrapper (optional): diff --git a/pod/perlreapi.pod b/pod/perlreapi.pod index 03996fd..d1d947b 100644 --- a/pod/perlreapi.pod +++ b/pod/perlreapi.pod @@ -410,7 +410,7 @@ name for identification regardless of whether they implement methods on the object. The package this method returns should also have the internal -C package in its C<@ISA>. Cisa("Regexp")> should always +C package in its C<@ISA>. C<< qr//->isa("Regexp") >> should always be true regardless of what engine is being used. Example implementation might be: diff --git a/pod/perlvms.pod b/pod/perlvms.pod index d7ed2bc..b25a2d7 100644 --- a/pod/perlvms.pod +++ b/pod/perlvms.pod @@ -274,7 +274,7 @@ OpenVMS Alpha v7.3-1 and later and all version of OpenVMS I64 support case sensitivity as a process setting (see C). Perl does not currently suppport case sensitivity on VMS, but it may in the future, so Perl programs should -use the Ccase_tolerant> method to determine the state, and +use the C<< File::Spec->case_tolerant >> method to determine the state, and not the C<$^O> variable. =head2 Symbolic Links