Skip Menu |

This queue is for tickets about the Linux-usermod CPAN distribution.

Report information
The Basics
Id: 94642
Status: open
Priority: 0/
Queue: Linux-usermod

People
Owner: Nobody in particular
Requestors: daniel [...] serverb.co.uk
Cc:
AdminCc:

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



Subject: [PATCH] Non-ASCII character in POD
Date: Fri, 11 Apr 2014 17:16:12 +0100
To: bug-linux-usermod [...] rt.cpan.org
From: Daniel Lintott <daniel [...] serverb.co.uk>
In Debian we are currently applying the attached patch to Linux-usermod. We thought you might be interested in it, too. Description: Replace the non-ascii character in POD Author: Daniel Lintott <daniel@serverb.co.uk> Last-Update: 2014-04-11 Thanks in advance, Daniel Lintott, Debian Perl Group

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

You can also use the =encoding directive in pod to indicate that your document is utf-8 or some other encoding, so it parses correctly. (see http://perldoc.perl.org/perlpod.html)