debian man page for path::dispatcher::rule::metadata

Query: path::dispatcher::rule::metadata

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
Path::Dispatcher::Rule::Metadata - match path's metadata
SYNOPSIS
my $path = Path::Dispatcher::Path->new( path => '/REST/Ticket' metadata => { http_method => 'POST', }, ); my $rule = Path::Dispatcher::Rule::Metadata->new( field => 'http_method', matcher => Path::Dispatcher::Rule::Eq->new(string => 'POST'), ); $rule->run($path);
DESCRIPTION
Rules of this class match the metadata portion of a path.
ATTRIBUTES
field The metadata field/key name. matcher A Path::Dispatcher::Rule object for matching against the value of the field. perl v5.12.4 2011-08-30 Path::Dispatcher::Rule::Metadata(3pm)
Related Man Pages
jifty::plugin::comment::dispatcher(3pm) - debian
path::dispatcher(3pm) - debian
path::dispatcher::match(3pm) - debian
path::dispatcher::rule(3pm) - debian
path::dispatcher::rule::under(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph