Skip to content

Commit

Permalink
Added IO deps
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Oct 23, 2009
1 parent c692697 commit 130ae14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.PL
Expand Up @@ -49,6 +49,11 @@ feature 'Stacktrace with lexical variables',
-default => 0,
'Devel::StackTrace::WithLexicals';

feature 'Middleware::Deflater',
-default => 0,
'IO::Compress::Gzip',
'IO::Compress::Deflate';

build_requires 'Test::More', 0.88;
build_requires 'Test::TCP', 0.11;
test_requires 'Test::Requires';
Expand Down

0 comments on commit 130ae14

Please sign in to comment.