table of contents
Path::Router::Route(3pm) | User Contributed Perl Documentation | Path::Router::Route(3pm) |
NAME¶
Path::Router::Route - An object to represent a route
VERSION¶
version 0.15
DESCRIPTION¶
This object is created by Path::Router when you call the "add_route" method. In general you won't ever create these objects directly, they will be created for you and you may sometimes introspect them.
METHODS¶
- new (path = $path, ?%options)>
- clone
- path
- target
- has_target
- components
- length
- defaults
- has_defaults
- validations
- has_validations
- has_validation_for
- create_default_mapping
- match
- generate_match_code
Component checks¶
Length methods¶
Introspection¶
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.
2024-03-07 | perl v5.38.2 |