On Tue, 2006-09-19 at 10:45 -0500, Peter Karman wrote: > I actually have a conditional in my base MyApp.pm file that checks if running > under mod_perl and only loads S::S if not under mod_perl.
It always sounds a little scary to me to have a different environment for dev vs. production, but I know many Catalyst users do it. Since you use apache in production, have you considered using mod_deflate for compression? It seems like a better solution than something at the perl level. - Perrin _______________________________________________ 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/
