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

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