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::Dispatcher::Rule::Enum - one of a list of strings must match

Attributes

enumcase_sensitive

Author

       Shawn M Moore, "<sartak at bestpractical.com>"

Description

       Rules of this class check whether the path matches any of its "enum" strings.

Name

       Path::Dispatcher::Rule::Enum - one of a list of strings must match

Support

       Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Path-
       Dispatcher> (or bug-Path-Dispatcher@rt.cpan.org <mailto:bug-Path-Dispatcher@rt.cpan.org>).

Synopsis

           my $rule = Path::Dispatcher::Rule::Enum->new(
               enum  => [qw(perl ruby python php)],
               block => sub { warn "I love " . shift->pos(1) },
           );

Version

       version 1.08

See Also