Merge from vendor branch TNF:
authorgrant <grant>
Mon, 12 Apr 2004 14:20:57 +0000 (14:20 +0000)
committergrant <grant>
Mon, 12 Apr 2004 14:20:57 +0000 (14:20 +0000)
commit009f688a0859f39a839527d466720274c0f7d8a4
treec99448360a82c18dc75926386a70346fc084da37
parentc7219e505e7c77c82d327d07328cfba99689757c
parentad4f39c45ac6495775a1a8f696220169ebb1b0ad
Merge from vendor branch TNF:
Initial import of p5-Schedule-RateLimiter into the NetBSD packages collection.

Schedule::RateLimiter provides a way to voluntarily restrict how many
times a given action may take place within a specified time frame.

Such a tool may be useful if you have written something which periodically
polls some public resource and want to ensure that you do not overburden
that resource with too many requests.