Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the File-DesktopEntry CPAN distribution.

Report information
The Basics
Id: 38287
Status: resolved
Priority: 0/
Queue: File-DesktopEntry

People
Owner: MICHIELB [...] cpan.org
Requestors: ansgar [...] 2008.43-1.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: small error in POD documentation
Date: Thu, 7 Aug 2008 14:30:31 +0200
To: bug-File-DesktopEntry [...] rt.cpan.org
From: Ansgar Burchardt <ansgar [...] 2008.43-1.org>
Hi, The POD documentation for File::DesktopEntry contains a small error: "set(KEY =" VALUE, ...)> "set(GROUP, KEY =" VALUE, ...)> should be "set(KEY => VALUE, ...)" "set(GROUP, KEY => VALUE, ...)" This happens because the first ">" encountered closes the C<> tag. The attached patch should solve this problem. The bug was originally reported by Charles Plessy in the Debian Bug Tracking System (http://bugs.debian.org/475485), Colin Watson proposed a slightly different patch there. Regards, Ansgar -- PGP: 1024D/595FAD19 739E 2D09 0969 BEA9 9797 B055 DDB0 2FF7 595F AD19

Message body is not shown because sender requested not to inline it.

I took over maintenance of the module. I fixed the issue you reported with this commit: https://github.com/mbeijen/File-DesktopEntry/commit/8b4562bd709d7403f7bbb797e0200a414398d13a A new release is on its way to CPAN! -- Mike