diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-04-21 21:11:02 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-04-21 21:11:02 +0200 |
| commit | 792d8d7f77f7ea8b37f9149f7d1e16589cb0ab74 (patch) | |
| tree | d3e8303a5186bf696da8207feaa3f0d6fe1ae7a1 /Makefile.PL | |
| download | dancer-session-psgi-792d8d7f77f7ea8b37f9149f7d1e16589cb0ab74.tar.gz | |
initial commit
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 16 |
1 files changed, 16 insertions, 0 deletions
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; |
