From 6c4c80f08532fc4a7b897b62f7035d35788f3985 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 17 Apr 2010 12:38:20 +0200 Subject: initial commit --- Makefile.PL | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..57f0134 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,16 @@ +use inc::Module::Install; +name 'Dancer-Logger-PSGI'; +all_from 'lib/Dancer/Logger/PSGI.pm'; +readme_from 'lib/Dancer/Logger/PSGI.pm'; + +# requires ''; + +tests 't/*.t'; + +build_requires 'Test::More'; +use_test_base; +auto_include; +#auto_include_deps; +author_tests 'xt'; +auto_set_repository; +WriteAll; -- cgit v1.2.3