diff options
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 57f0134..df00b28 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,9 @@ name 'Dancer-Logger-PSGI'; all_from 'lib/Dancer/Logger/PSGI.pm'; readme_from 'lib/Dancer/Logger/PSGI.pm'; -# requires ''; +requires 'Plack'; +requires 'Plack::Middleware::ConsoleLogger'; +requires 'Test::TCP'; tests 't/*.t'; |
