Cosmetic: removed trailing whitespace
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / HTTP / Restarter / Watcher.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-29 Florian Ragwitz Convert the restarter engine's BUILD method to lazy...
2009-04-29 Florian Ragwitz Revert "silence role override warnings from moose"
2009-04-23 Simon Elliott silence role override warnings from moose
2009-04-21 Tomas Doran Restartable app class on perl 5.10. More evil hackery..
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 Add docs, and don't bother to make components mutable...
2009-02-15 Tomas Doran Make restarters immutable handling less naive + tests
2008-12-04 Tomas Doran Make everything which used to inherit CAF use the MX...
2008-10-14 Andy Grundman Fix typo
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 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...
2008-05-23 Kieren Diment more yaml expurgation
2007-09-14 Brian Cassidy restarting engine fixes from willert
2006-12-14 Andy Grundman Fix Restarter::Watcher to support delay of 0
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-02 Andy Grundman Refactored restarter into a subclass of Engine::HTTP...