On 7/11/06, Nathan Kurz <[EMAIL PROTECTED]> wrote: > Starting from a non-programmers Windows installation, what would I > need to do to get Catalyst running locally? Is it simple enough that > I could get technically literate non-programmers to do so remotely? > And is there anything that wouldn't work about my proposed plan?
Probably you'd be able to do it but if there aren't actual developers using Windows or Mac OS X, then I guess your approach might be fine for them. The developers, however, should run their own test servers. There's no need to be paranoid about dependencies version. Just using the same Catalyst, DBIx::Class (or whatever ORM you use) and templating system version should be safe enough. Their dependencies shouldn't really matter (if it does, you'd have probably found a bug in one of those modules). -Nilson Santos F. Jr. _______________________________________________ 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/
