From: Marius Gavrilescu Date: Sat, 14 Feb 2015 22:28:36 +0000 (+0200) Subject: Recommend IO::Zlib and IO::Uncompress::Bzip2 X-Git-Tag: 0.001001~1 X-Git-Url: http://git.ieval.ro/?p=zeal.git;a=commitdiff_plain;h=c080f3fea21e3da012f2fcd4dae08ebe12d528d7 Recommend IO::Zlib and IO::Uncompress::Bzip2 --- 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/, + }, } );