[perl-Convert-Binary-C] Fix POD syntax

Petr Pisar ppisar at fedoraproject.org
Sat Jul 20 16:21:34 UTC 2013


commit 65fc8b0d3b82154b9acbdbfc56a0fae2f6657fb5
Author: Petr Písař <ppisar at redhat.com>
Date:   Sat Jul 20 18:19:34 2013 +0200

    Fix POD syntax

 Convert-Binary-C-0.76-Fix-POD-syntax.patch |   30 ++++++++++++++++++++++++++++
 perl-Convert-Binary-C.spec                 |    4 +++
 2 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/Convert-Binary-C-0.76-Fix-POD-syntax.patch b/Convert-Binary-C-0.76-Fix-POD-syntax.patch
new file mode 100644
index 0000000..d5084a0
--- /dev/null
+++ b/Convert-Binary-C-0.76-Fix-POD-syntax.patch
@@ -0,0 +1,30 @@
+From a75d6e83e22244bf1ade842b1f5dd6bc9a8206f8 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
+Date: Sat, 20 Jul 2013 18:17:26 +0200
+Subject: [PATCH] Fix POD syntax
+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>
+---
+ support/Test/Harness/Point.pm | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/support/Test/Harness/Point.pm b/support/Test/Harness/Point.pm
+index df0706a..49a4821 100644
+--- a/support/Test/Harness/Point.pm
++++ b/support/Test/Harness/Point.pm
+@@ -70,6 +70,8 @@ Each of the following fields has a getter and setter method.
+ 
+ =item * number
+ 
++=back
++
+ =cut
+ 
+ sub ok              { my $self = shift; $self->{ok} }
+-- 
+1.8.1.4
+
diff --git a/perl-Convert-Binary-C.spec b/perl-Convert-Binary-C.spec
index 916b789..b8d2804 100644
--- a/perl-Convert-Binary-C.spec
+++ b/perl-Convert-Binary-C.spec
@@ -6,6 +6,8 @@ License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Convert-Binary-C/
 Source0:        http://www.cpan.org/modules/by-module/Convert/Convert-Binary-C-%{version}.tar.gz
+# Fix POD syntax, CPAN RT#85264
+Patch0:         Convert-Binary-C-0.76-Fix-POD-syntax.patch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Cwd)
 # Run-time
@@ -32,6 +34,7 @@ from and to Perl's complex data structures.
 
 %prep
 %setup -q -n Convert-Binary-C-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -60,6 +63,7 @@ make test
 %changelog
 * Sat Jul 20 2013 Petr Pisar <ppisar at redhat.com> - 0.76-6
 - Perl 5.18 rebuild
+- Fix POD syntax (CPAN RT#85264)
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.76-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild



More information about the perl-devel mailing list