Fix documentation

This commit is contained in:
Petr Písař 2013-05-07 16:48:43 +02:00
parent 3638de974d
commit c875ce1ad7
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,26 @@
From ffa47e76986ed9a8bcbb05adf57ce08737d5b0d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@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

View File

@ -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