[Catalyst] development setup
Thomas Nagel
me at thomasnagel.com
Fri Jun 23 16:41:27 CEST 2006
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3287 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20060623/e057348c/attachment.bin
More information about the Catalyst
mailing list