Blame SOURCES/AppConfig-1.66-Remove-stray-item-from-POD.patch

f12585
From 64ddb19e19666f9d5d9af0e298a1751da5c02519 Mon Sep 17 00:00:00 2001
f12585
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
f12585
Date: Thu, 18 Jul 2013 17:44:18 +0200
f12585
Subject: [PATCH] Remove stray =item from POD
f12585
MIME-Version: 1.0
f12585
Content-Type: text/plain; charset=UTF-8
f12585
Content-Transfer-Encoding: 8bit
f12585
f12585
<https://rt.cpan.org/Public/Bug/Display.html?id=84318>
f12585
f12585
Signed-off-by: Petr Písař <ppisar@redhat.com>
f12585
---
f12585
 lib/AppConfig/State.pm | 2 --
f12585
 lib/AppConfig/Sys.pm   | 2 --
f12585
 2 files changed, 4 deletions(-)
f12585
f12585
diff --git a/lib/AppConfig/State.pm b/lib/AppConfig/State.pm
f12585
index 8374f1c..0d064ee 100644
f12585
--- a/lib/AppConfig/State.pm
f12585
+++ b/lib/AppConfig/State.pm
f12585
@@ -1268,8 +1268,6 @@ Be aware that calling C<$state-E<gt>set()> to update the same variable
f12585
 from within the ACTION function will cause a recursive loop as the
f12585
 ACTION function is repeatedly called.  
f12585
 
f12585
-=item 
f12585
-
f12585
 =back
f12585
 
f12585
 =head2 DEFINING VARIABLES USING THE COMPACT FORMAT
f12585
diff --git a/lib/AppConfig/Sys.pm b/lib/AppConfig/Sys.pm
f12585
index 38ddcc2..72692c3 100644
f12585
--- a/lib/AppConfig/Sys.pm
f12585
+++ b/lib/AppConfig/Sys.pm
f12585
@@ -280,8 +280,6 @@ Calls the system function getpwuid() if available and returns the result.
f12585
 Returns undef if not available.  The can_getpwuid() method can be called to
f12585
 determine if this function is available.
f12585
 
f12585
-=item 
f12585
-
f12585
 =back
f12585
 
f12585
 =head1 AUTHOR
f12585
-- 
f12585
1.8.1.4
f12585