commit 3d47d3a8ccee35339257e5e9990a193ceb9e265a
Author: Petr Písař <ppi...@redhat.com>
Date:   Wed Aug 7 09:49:23 2013 +0200

    Define POD encoding

 ...Plugin-PageCache-0.31-Define-POD-encoding.patch |   31 ++++++++++++++++++++
 perl-Catalyst-Plugin-PageCache.spec                |    4 ++
 2 files changed, 35 insertions(+), 0 deletions(-)
---
diff --git a/Catalyst-Plugin-PageCache-0.31-Define-POD-encoding.patch 
b/Catalyst-Plugin-PageCache-0.31-Define-POD-encoding.patch
new file mode 100644
index 0000000..abbe308
--- /dev/null
+++ b/Catalyst-Plugin-PageCache-0.31-Define-POD-encoding.patch
@@ -0,0 +1,31 @@
+From 3d07b126fb4bb8c3d29e2fa347f9bdc0521b63e0 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
+Date: Wed, 7 Aug 2013 09:45:46 +0200
+Subject: [PATCH] Define POD encoding
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+https://rt.cpan.org/Public/Bug/Display.html?id=87667
+
+Signed-off-by: Petr Písař <ppi...@redhat.com>
+---
+ lib/Catalyst/Plugin/PageCache.pm | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/lib/Catalyst/Plugin/PageCache.pm 
b/lib/Catalyst/Plugin/PageCache.pm
+index 0444b44..059f917 100644
+--- a/lib/Catalyst/Plugin/PageCache.pm
++++ b/lib/Catalyst/Plugin/PageCache.pm
+@@ -492,6 +492,8 @@ sub _get_page_cache_key {
+ 1;
+ __END__
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ Catalyst::Plugin::PageCache - Cache the output of entire pages
+-- 
+1.8.1.4
+
diff --git a/perl-Catalyst-Plugin-PageCache.spec 
b/perl-Catalyst-Plugin-PageCache.spec
index da1d678..c330c3a 100644
--- a/perl-Catalyst-Plugin-PageCache.spec
+++ b/perl-Catalyst-Plugin-PageCache.spec
@@ -6,6 +6,8 @@ License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Catalyst-Plugin-PageCache/
 Source0:        
http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/Catalyst-Plugin-PageCache-%{version}.tar.gz
+# Define POD encoding, CPAN RT#87667
+Patch0:         Catalyst-Plugin-PageCache-0.31-Define-POD-encoding.patch
 BuildArch:      noarch
 BuildRequires:  perl(Cache::Cache) >= 1.04
 BuildRequires:  perl(Cache::FileCache)
@@ -34,6 +36,7 @@ for withstanding a Slashdotting, for example.
 
 %prep
 %setup -q -n Catalyst-Plugin-PageCache-%{version}
+%patch0 -p1
 iconv -f iso-8859-1 -t utf-8 README >README.conv && mv README.conv README
 
 %build
@@ -60,6 +63,7 @@ TEST_POD=yep make test
 %changelog
 * Wed Aug 07 2013 Petr Pisar <ppi...@redhat.com> - 0.31-9
 - Perl 5.18 rebuild
+- Define POD encoding (CPAN RT#87667)
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.31-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to