reverting back to when tests pass. applying changes one by one to find what failed
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Component.pm
2008-06-23 Guillermo Roditi reverting back to when tests pass. applying changes...
2008-06-23 Guillermo Roditi committing broken version. rolling back in a min. just...
2008-06-23 Guillermo Roditi Fixup some pre-(make test) typos.
2008-06-23 Guillermo Roditi incomplete conversion of Component. i dont grok the...
2007-11-26 Matt S Trout fix __PACKAGE__->config->{foo} = 'bar' for subclassing
2007-08-02 Brian Cassidy tabs => spaces
2006-11-19 Marcus Ramberg refactored POD
2006-06-23 Brian Cassidy ripped out the guts of merge_config_hashes and put...
2006-05-31 Brian Cassidy added merge_config_hashes convenience method
2006-05-18 Matt S Trout Updated docs for Catalyst::Component
2006-05-18 Marcus Ramberg further doc updates.
2006-05-10 Yuval Kogman Fix the RV of the first call to ->config
2006-05-07 Matt S Trout Fixed config and subclassing in Catalyst::Component
2006-02-27 Curtis "Ovid" Poe Fixed a bug I introduced whereby registered_plugins...
2006-01-06 Sebastian Riedel Added COMPONENT() and ACCEPT_CONTEXT() support
2005-11-19 Sebastian Riedel Reformatted documentation
2005-11-12 Sebastian Riedel Updated pod
2005-11-09 Sebastian Riedel Fixed some bugs and improved logs
2005-11-02 Matt S Trout - Move config stuff etc. out into Catalyst::Component...