From c080f3fea21e3da012f2fcd4dae08ebe12d528d7 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 15 Feb 2015 00:28:36 +0200 Subject: [PATCH] Recommend IO::Zlib and IO::Uncompress::Bzip2 --- Makefile.PL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index a1ff622..938bd1a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,5 +24,9 @@ WriteMakefile( resources => { repository => 'http://git.ieval.ro/?p=zeal.git', }, + recommends => { + qw/IO::Zlib 0 + IO::Uncompress::Bunzip2 0/, + }, } ); -- 2.30.2