Recommend IO::Zlib and IO::Uncompress::Bzip2
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Feb 2015 22:28:36 +0000 (00:28 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Feb 2015 22:28:36 +0000 (00:28 +0200)
Makefile.PL

index a1ff6222719164afdf9df2f212cd191df6b3b6fb..938bd1a5d4c7ee29f2c9106d86abd75d806ac76a 100644 (file)
@@ -24,5 +24,9 @@ WriteMakefile(
                resources      => {
                        repository   => 'http://git.ieval.ro/?p=zeal.git',
                },
+               recommends     => {
+                       qw/IO::Zlib                0
+                          IO::Uncompress::Bunzip2 0/,
+               },
        }
 );
This page took 0.00995 seconds and 4 git commands to generate.