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

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