Web::MREST::InitRouter(3pm) | User Contributed Perl Documentation | Web::MREST::InitRouter(3pm) |
Web::MREST::InitRouter - Routines for initializing our Path::Router instance
Web::MREST uses Path::Router to match URIs to resources. All resources are packed into a single object. The singleton is exported as $router from this module and can be initialized by calling "init_router", which is also exported, with no arguments.
use Web::MREST::InitRouter qw( $router ); ... Web::MREST::InitRouter::init_router() unless defined $router and $router->can( 'match' );
This module provides the following exports:
2017-12-06 | perl v5.26.1 |