]> iEval git - app-lastmsg.git/blobdiff - Makefile.PL
Bump version and update Changes
[app-lastmsg.git] / Makefile.PL
index 4e95e6a68dfe0a30554ef43974c51e37066fd28c..f9c89bffbe3724155f3c2b93896922bd10ffb23d 100644 (file)
@@ -6,12 +6,14 @@ WriteMakefile(
        VERSION_FROM      => 'lib/App/Lastmsg.pm',
        ABSTRACT_FROM     => 'lib/App/Lastmsg.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
+       EXE_FILES         => [ 'lastmsg' ],
        MIN_PERL_VERSION  => '5.14.0',
        LICENSE           => 1,
        PREREQ_PM         => {
                qw/Config::Auto  0
                   Date::Parse   0
-                  Email::Folder 0/,
+                  Email::Folder 0
+                  Email::Simple 2.206/,
        },
        META_MERGE        => {
                dynamic_config => 0,
This page took 0.019346 seconds and 4 git commands to generate.