From 98d2a0a7f5d9f72521d80ab6ae5d8cb2a16e66c8 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 28 Feb 2010 17:13:48 +0100 Subject: initial commit --- lib/Plack/Middleware/APIRateLimit.pm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 lib/Plack/Middleware/APIRateLimit.pm (limited to 'lib/Plack/Middleware/APIRateLimit.pm') diff --git a/lib/Plack/Middleware/APIRateLimit.pm b/lib/Plack/Middleware/APIRateLimit.pm new file mode 100644 index 0000000..905e944 --- /dev/null +++ b/lib/Plack/Middleware/APIRateLimit.pm @@ -0,0 +1,33 @@ +package Plack::Middleware::APIRateLimit; + +use strict; +use warnings; +our $VERSION = '0.01'; + +1; +__END__ + +=head1 NAME + +Plack::Middleware::APIRateLimit - + +=head1 SYNOPSIS + + use Plack::Middleware::APIRateLimit; + +=head1 DESCRIPTION + +Plack::Middleware::APIRateLimit is + +=head1 AUTHOR + +franck cuny Efranck.cuny@rtgi.frE + +=head1 SEE ALSO + +=head1 LICENSE + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +=cut -- cgit v1.2.3