From 77e565881366f93d947f522bdcc641317d9f2121 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 31 Mar 2010 12:30:38 +0200 Subject: initial commit --- lib/Plack/Middleware/Throttle.pm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 lib/Plack/Middleware/Throttle.pm (limited to 'lib/Plack') 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 Efranck@lumberjaph.netE + +=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