Scroll to navigation

Path::Dispatcher::Rule::Eq(3pm) User Contributed Perl Documentation Path::Dispatcher::Rule::Eq(3pm)

NAME

Path::Dispatcher::Rule::Eq - predicate is a string equality

VERSION

version 1.08

SYNOPSIS

    my $rule = Path::Dispatcher::Rule::Eq->new(
        string => 'comment',
        block  => sub { display_comment(shift->pos(1)) },
    );

DESCRIPTION

Rules of this class simply check whether the string is equal to the path.

ATTRIBUTES

string

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>).

AUTHOR

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

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Shawn M Moore.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2020-07-13 perl v5.30.3