diff options
Diffstat (limited to 'lib/CPAN/Nox.pm')
-rw-r--r-- | lib/CPAN/Nox.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CPAN/Nox.pm b/lib/CPAN/Nox.pm index 23ad760b87..c4016a44ac 100644 --- a/lib/CPAN/Nox.pm +++ b/lib/CPAN/Nox.pm @@ -4,6 +4,7 @@ use CPAN; $CPAN::META->has_inst('MD5','no'); $CPAN::META->has_inst('LWP','no'); +$CPAN::META->has_inst('Compress::Zlib','no'); @EXPORT = @CPAN::EXPORT; *AUTOLOAD = \&CPAN::AUTOLOAD; |