On Fri, Apr 11, 2008 at 09:23:56AM +0900, Charles Plessy wrote:
> in the manual page /usr/share/man/man3/File::DesktopEntry.3pm.gz,
> 
> "set(KEY =" VALUE, ...)>  should be "set(KEY => VALUE, ...)"
> 
> This probably happened because in the pod documentation there is:
> =item C<set(KEY => VALUE, ...)>
> where the first '>' encountered is used to close the the item C<> section.
> 
> I do not know enough of POD to propose a correction.

Replace:

  =>

with:

  =E<gt>

(See perlpod(1) for more.)

Cheers,

-- 
Colin Watson                                       [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to