Cosmetic: removed trailing whitespace
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / HTTP / Restarter.pm
2009-06-11 Dan Dascalescu Cosmetic: removed trailing whitespace
2009-06-11 Dan Dascalescu Fixed run-on sentence in COPYRIGHT and s/program/library/
2009-04-24 Tomas Doran Fix bug when not using B::Hooks::OP::Check::StashChange
2009-02-19 Florian Ragwitz Create branch register_actions.
2009-02-15 Tomas Doran Don't barf by trying to make roles mutable.
2009-02-15 Tomas Doran I don't get why the test app doesn't trigger this but...
2009-02-15 Tomas Doran Add docs, and don't bother to make components mutable...
2009-02-15 Tomas Doran typo
2009-02-15 Tomas Doran Immutable components no longer break the restarter...
2009-02-08 Florian Ragwitz Don't unimport moose keywords in the middle of a modifier.
2008-09-01 Matt S Trout r12983@zaphod: kd | 2008-04-28 18:10:27 +1000
2008-06-30 Brian Cassidy authors cleanup
2008-06-23 Guillermo Roditi bye bye Class::C3. for good.
2008-06-23 Guillermo Roditi mro compat stuff
2008-06-23 Guillermo Roditi start using Class::C3, may need to add a reinitalize...
2008-06-23 Guillermo Roditi reverting (most of) the whitespace changes
2008-06-23 Guillermo Roditi converting the engines. i had to add use NEXT to some...
2007-09-14 Brian Cassidy restarting engine fixes from willert
2006-05-17 Matt S Trout added restart directory option to test server
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-12 Sebastian Riedel Fixed the fork and restart bug
2005-11-10 Sebastian Riedel Fixed typo
2005-11-10 Sebastian Riedel Added warning, restart doesn't work together with fork
2005-11-08 Sebastian Riedel Fixed some typos
2005-11-08 Sebastian Riedel Updated built in server to restart on win32
2005-11-02 Andy Grundman Refactored restarter into a subclass of Engine::HTTP...