NAME
OpenFrame::Example::Redirector - Simple redirector
SYNOPSIS
my $response = OpenFrame::Example::Redirector->new();
# (to a pipeline with an OpenFrame::Segment::Apache::Request and
# some more segments)
$pipeline->add_segment($response);
DESCRIPTION
The OpenFrame::Example::Redirector
module is a Pipeline::Segment
that redirects any requests for a URL which contains 'redirect' to '/'.
AUTHOR
Leon Brocard <acme@astray.com>
COPYRIGHT
Copyright 2002 Fotango Ltd. Licensed under the same terms as Perl itself.