tilly has asked for the wisdom of the Perl Monks concerning the following question:
Does anyone know how to configure it so that it will look in more places than just t/ for test files? I'd like to be able to scatter foo.t files to locations like lib/AppName/Schema/Results/t/ and have it pick them up automatically when I next run Makefile.PL.
The obvious option is that I could edit the Makefile manually to do what I want, but if I do that then there will be a problem if Makefile.PL is run again, and Makefile.PL has a warning that if it is removed that the site won't work as expected. I don't feel like finding out directly how the framework could break.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Configuring Catalyst's Makefile.PL?
by tilly (Archbishop) on Mar 23, 2009 at 02:36 UTC | |
by ysth (Canon) on Mar 23, 2009 at 03:12 UTC | |
by tilly (Archbishop) on Mar 23, 2009 at 04:11 UTC | |
by Your Mother (Archbishop) on Mar 23, 2009 at 03:13 UTC |