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.

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to