From 792d8d7f77f7ea8b37f9149f7d1e16589cb0ab74 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Wed, 21 Apr 2010 21:11:02 +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..a022fdc --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,16 @@ +use inc::Module::Install; +name 'Dancer-Session-PSGI'; +all_from 'lib/Dancer/Session/PSGI.pm'; +readme_from 'lib/Dancer/Session/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