diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-03-31 12:30:38 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-03-31 12:30:38 +0200 |
| commit | 77e565881366f93d947f522bdcc641317d9f2121 (patch) | |
| tree | ca21eca6ebb761f649d05020748ba590fa4e368b /Makefile.PL | |
| download | plack-middleware-throttle-77e565881366f93d947f522bdcc641317d9f2121.tar.gz | |
initial commit
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..0543aa0 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,16 @@ +use inc::Module::Install; +name 'Plack-Middleware-Throttle'; +all_from 'lib/Plack/Middleware/Throttle.pm'; +readme_from 'lib/Plack/Middleware/Throttle.pm'; + +# requires ''; + +tests 't/*.t'; + +build_requires 'Test::More'; +use_test_base; +auto_include; +#auto_include_deps; +author_tests 'xt'; +auto_set_repository; +WriteAll; |
