NAME
OpenFrame::Segment::Apache2::NoImages - a pipeline segment to manage images
SYNOPSIS
use OpenFrame::Segment::Apache2::NoImages;;
my $images_engine = OpenFrame::Segment::Apache2::NoImages->new();
$images_engine->directory("./images");
DESCRIPTION
The OpenFrame::Segment::Apache2::NoImages
class is a pipeline segment and inherits its interface from there. It returns OpenFrame::Responses declining images (letting Apache2 serve them instead).
AUTHOR
Leon Brocard <leon@fotango.com>
COPYRIGHT
Copyright 2002 Fotango Ltd. All Rights Reserved
This program is released under the same license as Perl itself.