The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

OpenFrame::Segment::Apache::NoImages - a pipeline segment to manage images

SYNOPSIS

  use OpenFrame::Segment::Apache::NoImages;;
  my $images_engine = OpenFrame::Segment::Apache::NoImages->new();
  $images_engine->directory("./images");

DESCRIPTION

The OpenFrame::Segment::Apache::NoImages class is a pipeline segment and inherits its interface from there. It returns OpenFrame::Responses declining images (letting Apache 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.