Excerpts from Dermot's message of Fri Jan 15 12:44:49 -0500 2010:
I guess it just a matter of approach. The Makefile.PL has
all_from 'lib/MyApp.pm';
so I guess that's what you mean by setting up @INC. I tend to execute
prove from the top level directory as `prove -r t`. I guess I will
have to get used to use the -I option as well.
I guess it just a matter of approach. The Makefile.PL has
all_from 'lib/MyApp.pm';
so I guess that's what you mean by setting up @INC. I tend to execute
prove from the top level directory as `prove -r t`. I guess I will
have to get used to use the -I option as well.
do with tests.
I think Florian means `prove -l`, which is equivalent to -Ilib.
hdp.