commit 6826fbfb805527d0062131858c64eba3cd80aea7 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Thu Jul 18 17:46:37 2013 +0200 Fix documentation AppConfig-1.66-Remove-stray-item-from-POD.patch | 45 +++++++++++++++++++++++ perl-AppConfig.spec | 4 ++ 2 files changed, 49 insertions(+), 0 deletions(-) --- diff --git a/AppConfig-1.66-Remove-stray-item-from-POD.patch b/AppConfig-1.66-Remove-stray-item-from-POD.patch new file mode 100644 index 0000000..87d5e9e --- /dev/null +++ b/AppConfig-1.66-Remove-stray-item-from-POD.patch @@ -0,0 +1,45 @@ +From 64ddb19e19666f9d5d9af0e298a1751da5c02519 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@xxxxxxxxxx> +Date: Thu, 18 Jul 2013 17:44:18 +0200 +Subject: [PATCH] Remove stray =item from POD +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +<https://rt.cpan.org/Public/Bug/Display.html?id=84318> + +Signed-off-by: Petr Písař <ppisar@xxxxxxxxxx> +--- + lib/AppConfig/State.pm | 2 -- + lib/AppConfig/Sys.pm | 2 -- + 2 files changed, 4 deletions(-) + +diff --git a/lib/AppConfig/State.pm b/lib/AppConfig/State.pm +index 8374f1c..0d064ee 100644 +--- a/lib/AppConfig/State.pm ++++ b/lib/AppConfig/State.pm +@@ -1268,8 +1268,6 @@ Be aware that calling C<$state-E<gt>set()> to update the same variable + from within the ACTION function will cause a recursive loop as the + ACTION function is repeatedly called. + +-=item +- + =back + + =head2 DEFINING VARIABLES USING THE COMPACT FORMAT +diff --git a/lib/AppConfig/Sys.pm b/lib/AppConfig/Sys.pm +index 38ddcc2..72692c3 100644 +--- a/lib/AppConfig/Sys.pm ++++ b/lib/AppConfig/Sys.pm +@@ -280,8 +280,6 @@ Calls the system function getpwuid() if available and returns the result. + Returns undef if not available. The can_getpwuid() method can be called to + determine if this function is available. + +-=item +- + =back + + =head1 AUTHOR +-- +1.8.1.4 + diff --git a/perl-AppConfig.spec b/perl-AppConfig.spec index 680bcf4..200b6ae 100644 --- a/perl-AppConfig.spec +++ b/perl-AppConfig.spec @@ -7,6 +7,8 @@ Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/AppConfig/ Source0: http://search.cpan.org/CPAN/authors/id/A/AB/ABW/AppConfig-%{version}.tar.gz +# Fix documentation, CPAN RT#84318 +Patch0: AppConfig-1.66-Remove-stray-item-from-POD.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -40,6 +42,7 @@ automatically become available through AppConfig. %prep %setup -q -n AppConfig-%{version} +%patch0 -p1 %build @@ -73,6 +76,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Thu Jul 18 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 1.66-20 - Perl 5.18 rebuild +- Fix documentation (CPAN RT#84318) * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.66-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel