1
0
mirror of synced 2026-04-13 23:23:41 +00:00

Help test to find modules

Pod::Coverages wants to find perl modules in @INC.
This commit is contained in:
Stéphane Jourdois
2010-07-18 16:02:27 +02:00
committed by Stéphane Jourdois
parent 85acd315bd
commit 6cc2e3c1c1

View File

@@ -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";