[perl-Catalyst-Plugin-Unicode] Define POD encoding

Petr Pisar ppisar at fedoraproject.org
Thu Aug 8 05:41:11 UTC 2013


commit 89d72a918f251c2146abca7f2b6f94968824fea3
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Aug 7 09:16:49 2013 +0200

    Define POD encoding

 ...t-Plugin-Unicode-0.93-Define-POD-encoding.patch |   30 ++++++++++++++++++++
 perl-Catalyst-Plugin-Unicode.spec                  |    4 ++
 2 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/Catalyst-Plugin-Unicode-0.93-Define-POD-encoding.patch b/Catalyst-Plugin-Unicode-0.93-Define-POD-encoding.patch
new file mode 100644
index 0000000..8932324
--- /dev/null
+++ b/Catalyst-Plugin-Unicode-0.93-Define-POD-encoding.patch
@@ -0,0 +1,30 @@
+From 502a1dc846d509b7a7e695eb7b9976723bc6c096 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at 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 at 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
+
diff --git a/perl-Catalyst-Plugin-Unicode.spec b/perl-Catalyst-Plugin-Unicode.spec
index 798c0df..8c7bbdc 100644
--- a/perl-Catalyst-Plugin-Unicode.spec
+++ b/perl-Catalyst-Plugin-Unicode.spec
@@ -6,6 +6,8 @@ License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Catalyst-Plugin-Unicode/
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Unicode-%{version}.tar.gz
+# Define POD encoding, CPAN RT#87666
+Patch0:         Catalyst-Plugin-Unicode-0.93-Define-POD-encoding.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Catalyst::Runtime) >= 5.70
@@ -27,6 +29,7 @@ characters. On response, encodes body into UTF-8 octets.
 
 %prep
 %setup -q -n Catalyst-Plugin-Unicode-%{version}
+%patch0 -p1
 
 %build
 PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -57,6 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Aug 06 2013 Petr Pisar <ppisar at redhat.com> - 0.93-11
 - Perl 5.18 rebuild
+- Define POD encoding (CPAN RT#87666)
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.93-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild



More information about the perl-devel mailing list