summary refs log tree commit diff
path: root/lib/Plack/Middleware/APIRateLimit.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-02-28 17:13:48 +0100
committerfranck cuny <franck@lumberjaph.net>2010-02-28 17:13:48 +0100
commit98d2a0a7f5d9f72521d80ab6ae5d8cb2a16e66c8 (patch)
treeda8775e44e82e92ebb8473a350fd5adfdf5621b5 /lib/Plack/Middleware/APIRateLimit.pm
downloadplack-middleware-apiratelimit-98d2a0a7f5d9f72521d80ab6ae5d8cb2a16e66c8.tar.gz
initial commit
Diffstat (limited to 'lib/Plack/Middleware/APIRateLimit.pm')
-rw-r--r--lib/Plack/Middleware/APIRateLimit.pm33
1 files changed, 33 insertions, 0 deletions
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 E<lt>franck.cuny@rtgi.frE<gt>
+
+=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