logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Path::Router::Route::Match - The result of a Path::Router match

Author

       Stevan Little <stevan@cpan.org>

Bugs

       All complex software has bugs lurking in it, and this module is no exception. If you find  a  bug  please
       either email me, or add the bug to cpan-RT.

Description

       This is the object returned from calling "match" on a Path::Router instance. It contains all the
       information you would need to do any dispatching nessecary.

Methods

newpath
           This is the path that was matched.

       mapping
           This  is  the mapping of your router part names to the actual parts of the path. If your route had no
           "variables", then this will be an empty HASH ref.

       route
           This is the Path::Router::Route instance that was matched.

       target
           This method simply delegates to the "target" method of the "route" that was matched.

       meta

Name

       Path::Router::Route::Match - The result of a Path::Router match

Version

       version 0.15

See Also