]> iEval git - gruntmaster-data.git/blobdiff - Makefile.PL
Update POD
[gruntmaster-data.git] / Makefile.PL
index f94f5f1cea1ab652d0695666e040026920ccf05c..d62a979aa70117a3adf836d23fdab17cbf8fe187 100644 (file)
@@ -6,6 +6,7 @@ WriteMakefile(
        VERSION_FROM      => 'lib/Gruntmaster/Data.pm',
        ABSTRACT_FROM     => 'lib/Gruntmaster/Data.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
+       EXE_FILES         => [qw/gruntmaster-problem gruntmaster-contest gruntmaster-job/],
        MIN_PERL_VERSION  => '5.14.0',
        LICENSE           => 'perl',
        SIGN              => 1,
@@ -21,6 +22,9 @@ WriteMakefile(
                   Sub::Name 0
                   Term::ANSIColor 0/,
        },
+       BUILD_REQUIRES    => {
+               qw/DBD::SQLite 0/,
+       }
        META_MERGE        => {
                dynamic_config => 0,
                resources      => {
This page took 0.020863 seconds and 4 git commands to generate.