CGI::Application::Plugin::RateLimit 1.0 review

Download
by rbytes.net on

CGI::Application::Plugin::RateLimit is a plugin for CGI::Application which provides protection against a user calling a runmode too f

License: GPL (GNU General Public License)
File size: 7K
Developer: Sam Tregar
0 stars award from rbytes.net

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 search tags