freebsd-ports/devel/p5-Data-Throttler/pkg-descr
OKAZAKI Tetsurou 38ba74b0b7 Update to 0.02
PR:		124476
Submitted by:	Masahiro Teramoto (maintainer)
2008-06-12 10:50:22 +00:00

10 lines
445 B
Text

Data::Throttler helps solving throttling tasks like "allow a single IP
only to send 100 emails per hour".
It provides an optionally persistent data store to keep track of
what happened before and offers a simple yes/no interface to an application,
which can then focus on performing the actual task (like sending email)
or suppressing/postponing it.
Author: Michael Schilli <m@perlmeister.com>
WWW: http://search.cpan.org/dist/Data-Throttler/