[perl-Dancer] Fix documentation

Petr Pisar ppisar at fedoraproject.org
Tue May 7 14:49:23 UTC 2013


commit c875ce1ad7cb1774c6262707e4256482fe8b93e8
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue May 7 16:48:43 2013 +0200

    Fix documentation

 Dancer-1.3112-Correct-reversed-link.patch |   26 ++++++++++++++++++++++++++
 perl-Dancer.spec                          |    3 +++
 2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/Dancer-1.3112-Correct-reversed-link.patch b/Dancer-1.3112-Correct-reversed-link.patch
new file mode 100644
index 0000000..dbfb6ab
--- /dev/null
+++ b/Dancer-1.3112-Correct-reversed-link.patch
@@ -0,0 +1,26 @@
+From ffa47e76986ed9a8bcbb05adf57ce08737d5b0d3 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
+Date: Tue, 7 May 2013 16:37:06 +0200
+Subject: [PATCH] Correct reversed link
+
+This was wrong and Test-Pod-1.48 started to fail on that.
+---
+ lib/Dancer/Development.pod | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Dancer/Development.pod b/lib/Dancer/Development.pod
+index 770c7a5..0c7ca51 100644
+--- a/lib/Dancer/Development.pod
++++ b/lib/Dancer/Development.pod
+@@ -35,7 +35,7 @@ Feel free to spread the word in whatever way you consider fit and drop us a
+ line on the Dancer user mailing list noted below.
+ 
+ Also, if you're using and enjoying Dancer,
+-L<http://cpanratings.perl.org/dist/Dancer|rating us on cpanratings.perl.org>,
++L<rating us on cpanratings.perl.org|http://cpanratings.perl.org/dist/Dancer>,
+ explaining what you like about Dancer is another very valuable contribution that
+ helps other new users find us!
+ 
+-- 
+1.8.1.4
+
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 2cd47a8..bdf6eab 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -8,6 +8,8 @@ URL:            http://search.cpan.org/dist/Dancer/
 Source0:        http://www.cpan.org/authors/id/Y/YA/YANICK/Dancer-%{version}.tar.gz
 # Bug #960184, GitHub #PerlDancer/Dancer/919
 Patch0:         Dancer-1.3112-Return-non-zero-exit-code-on-bad-application-name.patch
+# Required since Test-Pod-1.48, GitHub #PerlDancer/Dancer/920
+Patch1:         Dancer-1.3112-Correct-reversed-link.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(base)
@@ -95,6 +97,7 @@ your code.
 %prep
 %setup -q -n Dancer-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor



More information about the perl-devel mailing list