On Fri, Jan 15, 2010 at 05:15:13PM +0000, Dermot wrote:
> I had a search on the archives but I can't see anything. I doubt that
> it's an oversight, so can someone tell me the reason why the tests
> that are created by Catalyst::Helper do not have use FindBin and set
> lib accordingly?

My guess is because they don't need to. Things like prove and make test
will set up @INC to contain your applications lib/ directory. The
FindBin thingy is usually used to set up @INC to contain extra libraries
used only for testing from something like t/lib/.

I'm not aware of any generated test that does that.


-- 
BOFH excuse #321:
Scheduled global CPU outage

Attachment: signature.asc
Description: Digital signature

_______________________________________________
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