Provided by: libpath-dispatcher-perl_1.05-1_all 

NAME
Path::Dispatcher::Rule::Eq - predicate is a string equality
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 perl v5.14.2 2013-03-14 Path::Dispatcher::Rule::Eq(3pm)