X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=f94f5f1cea1ab652d0695666e040026920ccf05c;hb=6544497ee80ec3ca081a8c8161f2e8f4b92a5ed6;hp=068bbb99eb9e777338d0ddb39a940f6c7bc88dfa;hpb=a2c3d44b8c6965cfa9ccc1a30473381724657f32;p=gruntmaster-data.git diff --git a/Makefile.PL b/Makefile.PL index 068bbb9..f94f5f1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,17 +2,15 @@ use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Gruntmaster::Page', - VERSION_FROM => 'lib/Gruntmaster/Page.pm', - EXE_FILES => [ qw/gruntmaster-contest gruntmaster-problem gruntmaster-job/ ], - ABSTRACT_FROM => 'lib/Gruntmaster/Page.pm', + NAME => 'Gruntmaster::Data', + VERSION_FROM => 'lib/Gruntmaster/Data.pm', + ABSTRACT_FROM => 'lib/Gruntmaster/Data.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', - LICENSE => 'AGPL_3', + LICENSE => 'perl', SIGN => 1, PREREQ_PM => { - qw/ - Getopt::Long 0 + qw/Getopt::Long 0 POSIX 0 Date::Parse 0 @@ -20,9 +18,13 @@ WriteMakefile( IO::Prompter 0 JSON 0 Redis 0 + Sub::Name 0 Term::ANSIColor 0/, }, META_MERGE => { dynamic_config => 0, + resources => { + repository => 'https://git.ieval.ro/?p=gruntmaster-data.git', + } } );