From 348507bb4a6a49cdc7038b97d77f65603adf4cc5 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 12 Aug 2017 17:18:07 +0300 Subject: [PATCH] Fix PREREQ_PM --- Makefile.PL | 4 +++- README | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2