freebsd-ports/devel/p5-Data-Throttler/pkg-descr
Martin Wilke ab090e35a9 - Update to 0.03
PR:		136339
Submitted by:	TERAMOTO Masahiro <markun@onohara.to> (maintainer)
2009-07-05 22:32:09 +00:00

9 lines
401 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.
WWW: http://search.cpan.org/dist/Data-Throttler/