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

NAME

CGI::Test::Input::Multipart - POST input encoded as multipart/form-data

SYNOPSIS

 # Inherits from CGI::Test::Input
 require CGI::Test::Input::Multipart;

 my $input = CGI::Test::Input::Multipart->make();

DESCRIPTION

This class represents the input for HTTP POST requests, encoded as multipart/form-data.

Please see CGI::Test::Input for interface details.

AUTHOR

Raphael Manfredi <Raphael_Manfredi@pobox.com>

SEE ALSO

CGI::Test::Input(3).