about summary refs log tree commit
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index efbad99..463bd25 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -127,6 +127,16 @@ MAIN: {
                     }
                 },
 
+                COMPRESS => {
+                    description => 'NNTP COMPRESS support',
+                    prereqs => {
+                        runtime => {
+                            requires => {
+                                'Compress::Raw::Zlib' => 0
+                            }
+                        }
+                    }
+                },
                 changestest => {
                     description => 'Changes testing',
                     prereqs => {