-
-
01 Mar 2016 22:38:26 UTC
- Distribution: Path-Router
- Module version: 0.15
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (2786 / 1 / 0)
- Kwalitee
Bus factor: 1- 93.25% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (29.29KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 12 contributors-
Stevan Little
-
Daisuke Maki (lestrrat)
-
Dylan William Hardison
-
Fitz Elliott
-
Hans Dieter Pearcey
-
Jesse Luehrs
-
Mike Raynham
-
Mohammad S Anwar
-
Neil Bowers
-
Oliver Charles
-
Ricardo SIGNES
-
Tim Bunce
NAME
Path::Router::Route::Match - The result of a Path::Router match
VERSION
version 0.15
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
- new
- path
-
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 theroute
that was matched. - meta
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.
AUTHOR
Stevan Little <stevan@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2008-2011 Infinity Interactive, Inc.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Stevan Little <stevan@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Path::Router, copy and paste the appropriate command in to your terminal.
cpanm Path::Router
perl -MCPAN -e shell install Path::Router
For more information on module installation, please visit the detailed CPAN module installation guide.