Move all the public attributes in Catalyst::Dispatcher back to being private, remove...
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Plugin / AddDispatchTypes.pm
index b551e28..9f247db 100644 (file)
@@ -7,6 +7,8 @@ sub setup_dispatcher {
     my $class = shift;
 
     ### Load custom DispatchTypes, as done by Catalyst::Plugin::Server
+    # There should be a waaay less ugly method for doing this,
+    # FIXME in 5.9
     $class->next::method( @_ );
     $class->dispatcher->preload_dispatch_types(
         @{$class->dispatcher->preload_dispatch_types},