Matt S Trout wrote: > I'm not sure that's going to work - mod_perl can only load one copy of a > given > package at once so you can only have one MyApp.pm loaded etc.
And there are often reload issues since Apache2::Reload has some problems with things like overload or closures ... (your may search the mod_perl list for Apache2::Reload). So every developer must be able to reload apache which is pretty annoying and time consuming for larger teams. Why not devel under script/blah_server.pl and use an mod_perl/apache server for final integration tests/commits? -Thomas
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ 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/
