in reply to Re^2: Including modules exclusively for testing with ExtUtils::MakeMaker
in thread Including modules exclusively for testing with ExtUtils::MakeMaker
you could instead write
use File::FindLib 'lib';
or
use FindBin qw($Bin); use lib "$Bin/lib";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Including modules exclusively for testing with ExtUtils::MakeMaker
by jeffa (Bishop) on Mar 27, 2015 at 15:55 UTC |