CGI::Test::Input::Multipart
POST input encoded as multipart/form-data
- Provided by: libcgi-test-perl (Version: 1.111-2)
- Report a bug
POST input encoded as multipart/form-data
# Inherits from CGI::Test::Input require CGI::Test::Input::Multipart; my $input = CGI::Test::Input::Multipart->new();
This class represents the input for HTTP POST requests, encoded as "multipart/form-data".
Please see CGI::Test::Input for interface details.
The original author is Raphael Manfredi.
Steven Hilton was long time maintainer of this module.
Current maintainer is Alexander Tokarev <tokarev@cpan.org>.