summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-06-04 12:25:31 +0200
committerfranck cuny <franck@lumberjaph.net>2010-06-04 12:25:45 +0200
commit080fa421705f94af27891be98817c661cb5345fd (patch)
tree7538ad543020dbef80223bf3fd6df6eceec98269 /Makefile.PL
parentPOD and better use of psgix (diff)
downloaddancer-session-psgi-080fa421705f94af27891be98817c661cb5345fd.tar.gz
switch to dzillmaster
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index a022fdc..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,16 +0,0 @@
-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;