From: Marius Gavrilescu Date: Sat, 12 Aug 2017 14:18:07 +0000 (+0300) Subject: Fix PREREQ_PM X-Git-Tag: 0.001001~1 X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=348507bb4a6a49cdc7038b97d77f65603adf4cc5;hp=b1336dac94875a4cadbf13c040c7d439c386364c;p=app-gallery.git Fix PREREQ_PM --- diff --git a/Makefile.PL b/Makefile.PL index 5b7e815..3a96e40 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,9 @@ WriteMakefile( LICENSE => 'perl', SIGN => 1, PREREQ_PM => { - qw/Image::Magick 0/, + qw/File::Slurp 0 + HTML::Template::Compiled 0 + Image::Magick 0/, }, META_ADD => { dynamic_config => 0, diff --git a/README b/README index 3a5a61a..37fdfbc 100644 --- a/README +++ b/README @@ -20,6 +20,8 @@ DEPENDENCIES This module requires these other modules and libraries: +* File::Slurp +* HTML::Template::Compiled * Image::Magick COPYRIGHT AND LICENCE