X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=964119316705b4192eac217f9fc1993287fbc750;hb=d26f8acaf7062bc6aa8b4c4cd8bde6dc8202801e;hp=eaac7d8d0d1ea3fec0f62e274d275fc9fa79949a;hpb=2a4f2cb4e37c020146d2a12021ac8703b299cc27;p=gruntmaster-data.git diff --git a/Makefile.PL b/Makefile.PL index eaac7d8..9641193 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,23 +4,31 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Gruntmaster::Data', VERSION_FROM => 'lib/Gruntmaster/Data.pm', - EXE_FILES => [ qw/gruntmaster-contest gruntmaster-problem gruntmaster-job/ ], ABSTRACT_FROM => 'lib/Gruntmaster/Data.pm', AUTHOR => 'Marius Gavrilescu ', + EXE_FILES => [qw/gm gruntmaster-opener/], MIN_PERL_VERSION => '5.14.0', - LICENSE => 'AGPL_3', + LICENSE => 'perl', SIGN => 1, PREREQ_PM => { qw/Getopt::Long 0 + PerlX::Maybe 0 POSIX 0 + Term::ANSIColor 0 + App::Cmd 0 Date::Parse 0 + DBI 0 + DBIx::Simple 0 + DBD::Pg 0 File::Slurp 0 IO::Prompter 0 - JSON 0 - Redis 0 - Sub::Name 0 - Term::ANSIColor 0/, + JSON::MaybeXS 0 + PerlX::Maybe 0 + SQL::Abstract 0/, + }, + BUILD_REQUIRES => { + qw/Test::Deep 0/, }, META_MERGE => { dynamic_config => 0,