Revision history for Catalyst::Plugin::ConfigComponents
0.6.133 2012-07-16
- Catalyst 5.9.13 merged C::C::ActionRole into C::C and started
producing warnings. Adding the _application attribute to the
config shuts the fucker up
0.6.130 2012-07-15
- Removed execute bit from Build.PL
0.6.127 2012-04-19
- Turned CPAN testin on
- Removed deprecated config key, base_class
- Updated to inc::Bob 1.3
0.5.125 2009-07-29
- Switched to using Moose::Role
- Dropped the anon. coderef nonsense
0.4.121 2009-07-13
- Made private methods anon. coderef to not pollute namespace
0.4.120 2009-07-12
- Use MRO::Compat not Class::C3
- Change _load_component to _load_config_component to be more unique
0.4.115 29/06/2009
- Distro signed with new key
0.4.109 25/06/2009
- Distro signing stopped. Module::Signature only looks at
pgp.mit.edu and that fails to create the keyID correctly
- Fixed back compat "base_class" bug
0.3.102 24/06/2009
- Checks "setup_method" attribute default _setup_config_components
- Using C::U::ensure_class_loaded again
- Set "component_active" to false to stop component loading
- Major refactor. No longer uses Module::Plugable::Object
- Replaced "base_class" in favour of "parent_classes"
- No longer use the "setup_components" config entry
- Use namespace::autoclean
- Does an "after" setup_components
- Drop support for ::M ::V ::C namespaces
0.2.76 11/06/2009
- Adapted for Catalyst 5.8. C::U::ensure_class_loaded no
longer usable
- Improved testing idioms
- Updated POD coverage test
0.1.62 05/04/2009
- More CPAN testing stuff
- Sorted use of C3
0.1.57 17/12/2008
- Use "Plugin::ConfigComponents" as a config key in
preference to "setup_compenents"
- Commented out calls to C3 because they slow compilation
down and don't seem to do anything
- Added call to Class::C3::reinitialize if C3 is loaded
0.1.50 14/11/2008
- Added BEGIN block in tests. This should work around vpit's
broken smoke tester
0.1.49 11/11/2008
- New approach to CPAN Testers
0.1.45 28/10/2008
- Turned CPAN testing off again
0.1.44 21/10/2008
- Turned CPAN testing off
0.1.40 07/10/2008
- Added exclude_pattern as a config option
02/06/2008
- Made version a build requirement
23/05/2008
- Added POD and POD coverage tests
19/05/2008
- Ignore components matching the emacs temporary file pattern ::.#