Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Unicode CPAN distribution.

Report information
The Basics
Id: 87666
Status: new
Priority: 0/
Queue: Catalyst-Plugin-Unicode

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

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



Subject: Missing POD encoding
t/02pod.t test fails due to undefined POD encodingL t/02pod.t .......... 1/1 # Failed test 'POD test for blib/lib/Catalyst/Plugin/Unicode.pm' # at /usr/share/perl5/vendor_perl/Test/Pod.pm line 186. # blib/lib/Catalyst/Plugin/Unicode.pm (57): Non-ASCII character seen before =encoding in '�'. Assuming UTF-8 # Looks like you failed 1 test of 1. t/02pod.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests
From: ppisar [...] redhat.com
Dne St 07.srp.2013 03:15:55, ppisar napsal(a): Show quoted text
> t/02pod.t test fails due to undefined POD encodingL >
Fix is attached. -- Petr
Subject: Catalyst-Plugin-Unicode-0.93-Define-POD-encoding.patch
From 502a1dc846d509b7a7e695eb7b9976723bc6c096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> Date: Wed, 7 Aug 2013 09:13:55 +0200 Subject: [PATCH] Define POD encoding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Písař <ppisar@redhat.com> --- lib/Catalyst/Plugin/Unicode.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Catalyst/Plugin/Unicode.pm b/lib/Catalyst/Plugin/Unicode.pm index 0e4e4d0..9c4d6d1 100644 --- a/lib/Catalyst/Plugin/Unicode.pm +++ b/lib/Catalyst/Plugin/Unicode.pm @@ -35,6 +35,8 @@ sub prepare_parameters { __END__ +=encoding utf8 + =head1 NAME Catalyst::Plugin::Unicode - Unicode aware Catalyst (old style) -- 1.8.1.4