diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-02-28 17:13:48 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-02-28 17:13:48 +0100 |
| commit | 98d2a0a7f5d9f72521d80ab6ae5d8cb2a16e66c8 (patch) | |
| tree | da8775e44e82e92ebb8473a350fd5adfdf5621b5 /Makefile.PL | |
| download | plack-middleware-apiratelimit-98d2a0a7f5d9f72521d80ab6ae5d8cb2a16e66c8.tar.gz | |
initial commit
Diffstat (limited to '')
| -rw-r--r-- | Makefile.PL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..5297eaa --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,13 @@ +use inc::Module::Install; +name 'Plack-Middleware-APIRateLimit'; +all_from 'lib/Plack/Middleware/APIRateLimit.pm'; + +# requires ''; + +tests 't/*.t'; +author_tests 'xt'; + +build_requires 'Test::More'; +use_test_base; +auto_include; +WriteAll; |
