in reply to Re: Makefile.PL Question
in thread Makefile.PL Question

Does the message about missing LC::Mod actually appear duirng "make test"? My guess is so because "t/LC.pl" is mentioned. But that could/should not be if you had replaced "t" with "src/apps"?.

Replies are listed 'Best First'.
Re^3: Makefile.PL Question
by Anonymous Monk on Sep 04, 2015 at 17:35 UTC

    Ok, perl runs tests in default, implicit "t" directory. Apparently that can be changed by setting TESTS.