Fix PREREQ_PM
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Aug 2017 14:18:07 +0000 (17:18 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Aug 2017 14:20:00 +0000 (17:20 +0300)
Makefile.PL
README

index 5b7e8158e434a57dd7ef4c7abad7f3f19b515a4f..3a96e406a9d55f1b4a710ee7fbdbbae09f564fa2 100644 (file)
@@ -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 3a5a61a93f2755b0b89e958879959583246e3378..37fdfbcecb9a7f9222e7126c65de78189e7e50ee 100644 (file)
--- 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
This page took 0.010416 seconds and 4 git commands to generate.