[Catalyst] lib question
Hans Dieter Pearcey
hdp.perl.catalyst.users at weftsoar.net
Fri Jan 15 18:09:12 GMT 2010
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.
Uh, no, all_from is for setting metadata about the module. It has nothing to
do with tests.
I think Florian means `prove -l`, which is equivalent to -Ilib.
hdp.
More information about the Catalyst
mailing list