CatalystX-Controller-PSGI
    
    
  
  
  
view release on metacpan or search on metacpan
lib/CatalystX/Controller/PSGI.pm view on Meta::CPAN
    };
    __PACKAGE__->mount( '/world' => $hello_app );
    __PACKAGE__->meta->make_immutable;
In the above example the url /hello/world will be bound to the $hello_app. As with call, $self and $env will be passed in.
=head1 EXAMPLES
L<http://www.catalystframework.org/calendar/2013/16>
L<http://www.catalystframework.org/calendar/2013/17>
There is also an example app in the test suite
=head1 AUTHOR
Mark Ellis E<lt>markellis@cpan.orgE<gt>
=head1 SEE ALSO
L<Catalyst::Component::InstancePerContext>
( run in 0.365 second using v1.01-cache-2.11-cpan-c333fce770f )