Fix POD: C<...->...> => C<< ...-> ... >>
Frank Wiegand [Thu, 19 Nov 2009 11:34:20 +0000 (12:34 +0100)]
Signed-off-by: Abigail <abigail@abigail.be>

lib/Dumpvalue.pm
lib/version/Internals.pod
os2/OS2/OS2-Process/Process.pm
os2/OS2/OS2-REXX/DLL/DLL.pm
pod/perlreapi.pod
pod/perlvms.pod

index 88e1493..af16b1d 100644 (file)
@@ -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
 
index 42dde75..597b465 100644 (file)
@@ -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<use> or C<require>, rather than manually poking at C<class->VERSION>
+C<use> or C<require>, 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:
index 37bb3f0..494bd69 100644 (file)
@@ -1294,7 +1294,7 @@ is governed by $flags.
 
 Same as C<WindowPos_set>, but takes the position from keys C<fl width height
 x y behind hwnd> 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:
index 023c20a..a0d3b21 100644 (file)
@@ -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):
index 03996fd..d1d947b 100644 (file)
@@ -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<Regexp> package in its C<@ISA>. C<qr//->isa("Regexp")> should always
+C<Regexp> package in its C<@ISA>. C<< qr//->isa("Regexp") >> should always
 be true regardless of what engine is being used.
 
 Example implementation might be:
index d7ed2bc..b25a2d7 100644 (file)
@@ -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<SET PROCESS
 /CASE_LOOKUP=SENSITIVE>). Perl does not currently suppport case
 sensitivity on VMS, but it may in the future, so Perl programs should
-use the C<File::Spec->case_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