On Mon, Jul 18, 2011 at 8:54 AM, Tomas Doran <[email protected]> wrote:
> Is anyone actually using the 'search_extra' feature (as documented here: > http://search.cpan.org/~bobtfish/Catalyst-Runtime-5.80032/lib/Catalyst.pm#$c-%3Elocate_components%28_$setup_component_config_%29<http://search.cpan.org/%7Ebobtfish/Catalyst-Runtime-5.80032/lib/Catalyst.pm#$c-%3Elocate_components%28_$setup_component_config_%29> > ) > > I don't see how it's useful to anyone in its current form, and some of the > refactoring work being done in a branch is being made much harder due to > it's existence. > > If you're using this feature in a real application, please shout at me!! > We *were* using it, but found that a simpler (and more flexible) method is just to wrap locate_components in our app class. (Hint for future doc patch?) I assume that the stuff from Module::Pluggable will still be available, because we *are* using except. Although that could be replicated in a locate_components wrapper as well. -- Stephen Clouse <[email protected]>
_______________________________________________ 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/
