CGI::Application::Plugin::RateLimit 1.0 review
DownloadCGI::Application::Plugin::RateLimit is a plugin for CGI::Application which provides protection against a user calling a runmode too f
|
|
CGI::Application::Plugin::RateLimit is a plugin for CGI::Application which provides protection against a user calling a runmode too frequently. A typical use-case might be a contact form that sends email.
You'd like to allow your users to send you messages, but thousands of messages from a single user in a short period of time would be a problem.
Installation:
To install this module type the following:
perl Makefile.PL
make
make test
make install
Requirements:
CGI::Application
Class::Accessor
Test::More
Perl
Additionally, to run the full test suite you'll need:
DBI
DBD::SQLite
CGI::Application::Plugin::RateLimit 1.0 keywords