summaryrefslogtreecommitdiff
path: root/Makefile.PL
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 /Makefile.PL
downloadplack-middleware-throttle-77e565881366f93d947f522bdcc641317d9f2121.tar.gz
initial commit
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL16
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;