Fix the way Catalyst::Plugin::Server adds custom dispatch types
authorTomas Doran <bobtfish@bobtfish.net>
Sat, 27 Dec 2008 15:31:25 +0000 (15:31 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Sat, 27 Dec 2008 15:31:25 +0000 (15:31 +0000)
commit083ee5d9a198ffee958dd54179c7352e6dc13c11
treef2826c44b8c487e81f10b5f1efaf7176a197e3d1
parentfb9f65dbcb2cbb0b7b11bbad0b9449f47661b595
Fix the way Catalyst::Plugin::Server adds custom dispatch types
Changes
TODO
lib/Catalyst/Dispatcher.pm
t/aggregate/live_plugin_loaded.t
t/lib/TestApp.pm
t/lib/TestApp/DispatchType/CustomPostLoad.pm [new file with mode: 0644]
t/lib/TestApp/DispatchType/CustomPreLoad.pm [new file with mode: 0644]
t/lib/TestApp/Plugin/AddDispatchTypes.pm [new file with mode: 0644]