From 6cc2e3c1c14146d49eb991aeaae84c6e775166c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Jourdois?= Date: Sun, 18 Jul 2010 16:02:27 +0200 Subject: [PATCH] Help test to find modules Pod::Coverages wants to find perl modules in @INC. --- t/pod-coverage.t | 2 ++ 1 file changed, 2 insertions(+) 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";