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