Plack::Middleware::Writer - DEPRECATED


Plack documentation Contained in the Plack distribution.

Index


Code Index:

NAME

Top

Plack::Middleware::Writer - DEPRECATED

SEE ALSO

Top

Plack::Middleware::BufferedStreaming


Plack documentation Contained in the Plack distribution.

package Plack::Middleware::Writer;
use strict;
use parent qw(Plack::Middleware::BufferedStreaming);

__END__