* On Mon, Feb 25 2008, Tyler Bird wrote: > How can I make it so that all changes to controllers are automatically > recognized and not cached until you restart the webserver?
That's not possible. However, if you pass the server the "-r" option, it will restart itself when it detects a change in the code. Regards, Jonathan Rockway _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
