On Mon, May 28, 2007 at 12:11:54PM -0700, Jeff Chimene wrote:
> In Catalyst::Utils::home
> is the following requirement documented anywhere?
> # only return the dir if it has a Makefile.PL or Build.PL
> if (-f $home->file("Makefile.PL") or -f $home->file("Build.PL"))

It's only required if you haven't installed the app - it's how Catalyst tells
you're still running out of a development directory.

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director    Want a managed development or deployment platform?
 Shadowcat Systems Ltd.  Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/             http://www.shadowcatsystems.co.uk/ 

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to