summary refs log tree commit diff
path: root/lib/Plack
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-03-31 12:30:38 +0200
committerfranck cuny <franck@lumberjaph.net>2010-03-31 12:30:38 +0200
commit77e565881366f93d947f522bdcc641317d9f2121 (patch)
treeca21eca6ebb761f649d05020748ba590fa4e368b /lib/Plack
downloadplack-middleware-throttle-77e565881366f93d947f522bdcc641317d9f2121.tar.gz
initial commit
Diffstat (limited to 'lib/Plack')
-rw-r--r--lib/Plack/Middleware/Throttle.pm33
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/Plack/Middleware/Throttle.pm b/lib/Plack/Middleware/Throttle.pm
new file mode 100644
index 0000000..6fd034a
--- /dev/null
+++ b/lib/Plack/Middleware/Throttle.pm
@@ -0,0 +1,33 @@
+package Plack::Middleware::Throttle;
+
+use strict;
+use warnings;
+our $VERSION = '0.01';
+
+1;
+__END__
+
+=head1 NAME
+
+Plack::Middleware::Throttle -
+
+=head1 SYNOPSIS
+
+  use Plack::Middleware::Throttle;
+
+=head1 DESCRIPTION
+
+Plack::Middleware::Throttle is
+
+=head1 AUTHOR
+
+franck cuny E<lt>franck@lumberjaph.netE<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