logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Path::Router::Route - An object to represent a route

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 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)>
       clonepathtargethas_targetcomponentslengthdefaultshas_defaultsvalidationshas_validationshas_validation_forcreate_default_mappingmatchgenerate_match_codeComponentchecksget_component_name($component)is_component_optional($component)is_component_variable($component)Lengthmethodslength_without_optionalsIntrospectionmeta

Name

       Path::Router::Route - An object to represent a route

Version

       version 0.15

See Also