diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-06-03 14:52:53 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-03 16:10:34 +0200 |
| commit | cbbeb0ecc5b1224743848ac773860a49009c4fbd (patch) | |
| tree | 034d782bf95e7050881099c7d1eb3fd59a5d90bc /Makefile.PL | |
| parent | readme (diff) | |
| download | dancer-logger-psgi-cbbeb0ecc5b1224743848ac773860a49009c4fbd.tar.gz | |
swith to dist::zilla
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index df00b28..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,18 +0,0 @@ -use inc::Module::Install; -name 'Dancer-Logger-PSGI'; -all_from 'lib/Dancer/Logger/PSGI.pm'; -readme_from 'lib/Dancer/Logger/PSGI.pm'; - -requires 'Plack'; -requires 'Plack::Middleware::ConsoleLogger'; -requires 'Test::TCP'; - -tests 't/*.t'; - -build_requires 'Test::More'; -use_test_base; -auto_include; -#auto_include_deps; -author_tests 'xt'; -auto_set_repository; -WriteAll; |
