[xen-tools-dev] [PATCH 05/13] Help test to find modules
Stéphane Jourdois
sjourdois at gmail.com
Sun Jul 18 18:23:00 CEST 2010
Pod::Coverages wants to find perl modules in @INC.
---
t/pod-coverage.t | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/t/pod-coverage.t b/t/pod-coverage.t
index 1228711..341ce0d 100755
--- a/t/pod-coverage.t
+++ b/t/pod-coverage.t
@@ -2,6 +2,8 @@ use strict;
use warnings;
use Test::More;
+push @INC, 'lib';
+
# Ensure a recent version of Test::Pod::Coverage
my $min_tpc = 1.08;
eval "use Test::Pod::Coverage $min_tpc";
--
1.7.1.1
More information about the xen-tools-dev
mailing list