Provided by: libcgi-test-perl_1.111-1_all
NAME
CGI::Test::Input::URL - POST input encoded as application/x-www-form-urlencoded
SYNOPSIS
# Inherits from CGI::Test::Input require CGI::Test::Input::URL; my $input = CGI::Test::Input::URL->new();
DESCRIPTION
This class represents the input for HTTP POST requests, encoded as "application/x-www-form-urlencoded". Please see CGI::Test::Input for interface details.
AUTHORS
The original author is Raphael Manfredi. Steven Hilton was long time maintainer of this module. Current maintainer is Alexander Tokarev <tokarev@cpan.org>.
SEE ALSO
CGI::Test::Input(3).