From 98d2a0a7f5d9f72521d80ab6ae5d8cb2a16e66c8 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 28 Feb 2010 17:13:48 +0100 Subject: initial commit --- Makefile.PL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') 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; -- cgit v1.2.3