Moved order of plugin setup back to pre 5.90052 location
authorHenry Van Styn <vanstyn@intellitree.com>
Sat, 8 Mar 2014 00:06:09 +0000 (19:06 -0500)
committerJohn Napiorkowski <jjnapiork@cpan.org>
Mon, 10 Mar 2014 14:19:26 +0000 (09:19 -0500)
commitb677b4c22739a063c230215b59c37a8e4e3e9a0e
treedfc560ca689495a5c428fa51197c8376f713e5ff
parentde9bcba0ca9757cfc5ce79b13e3e38fc316dfb52
Moved order of plugin setup back to pre 5.90052 location

In 17176f15aa (v5.90052) the plugin setup block was moved up to be
called immediately after setup_plugins(), however, this causes issues
with initialization order of other plugins that hook into setup(). This
commit moves the block back down to just before setup_components, where
it used to be.
lib/Catalyst.pm [changed mode: 0644->0755]