Blame SOURCES/Pod-Coverage-0.23-Do-not-search-.-lib-by-pod_cover.patch

273c81
From 273067dbd3e8bfc4b26849a4615c3f44f54e7029 Mon Sep 17 00:00:00 2001
273c81
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
273c81
Date: Wed, 22 May 2013 15:05:54 +0200
273c81
Subject: [PATCH] Do not search ./lib by pod_cover
273c81
273c81
<https://rt.cpan.org/Public/Bug/Display.html?id=85540>
273c81
---
273c81
 bin/pod_cover | 1 -
273c81
 1 file changed, 1 deletion(-)
273c81
273c81
diff --git a/bin/pod_cover b/bin/pod_cover
273c81
index c11b2ff..94ea7aa 100644
273c81
--- a/bin/pod_cover
273c81
+++ b/bin/pod_cover
273c81
@@ -3,7 +3,6 @@
273c81
 # Run this to get a coverage analysis of the embedded documentation
273c81
 
273c81
 use Pod::Coverage;
273c81
-use lib 'lib';			# to test distribution inside './lib'
273c81
 use strict;
273c81
 
273c81
 print "Pod coverage analysis v1.00 (C) by Tels 2001.\n";
273c81
-- 
273c81
1.8.1.4
273c81