Help test to find modules
Pod::Coverages wants to find perl modules in @INC.
This commit is contained in:
committed by
Stéphane Jourdois
parent
85acd315bd
commit
6cc2e3c1c1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user