aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Throttler
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.03Martin Wilke2009-07-053-5/+4
| | | | | | | | PR: 136339 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=237208
* Update to 0.02OKAZAKI Tetsurou2008-06-123-8/+6
| | | | | | | | PR: 124476 Submitted by: Masahiro Teramoto (maintainer) Notes: svn path=/head/; revision=214693
* Data::Throttler helps solving throttling tasks like "allow a single IPMartin Wilke2008-02-164-0/+47
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/ PR: ports/120156 Submitted by: Masahiro Teramoto <markun at onohara.to> Notes: svn path=/head/; revision=207317