X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=eaac7d8d0d1ea3fec0f62e274d275fc9fa79949a;hb=02ad8f0b0b69d943433bbdb53a94241b6f0a6484;hp=068bbb99eb9e777338d0ddb39a940f6c7bc88dfa;hpb=a2c3d44b8c6965cfa9ccc1a30473381724657f32;p=gruntmaster-data.git diff --git a/Makefile.PL b/Makefile.PL index 068bbb9..eaac7d8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,17 +2,16 @@ use 5.014000; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Gruntmaster::Page', - VERSION_FROM => 'lib/Gruntmaster/Page.pm', + NAME => 'Gruntmaster::Data', + VERSION_FROM => 'lib/Gruntmaster/Data.pm', EXE_FILES => [ qw/gruntmaster-contest gruntmaster-problem gruntmaster-job/ ], - ABSTRACT_FROM => 'lib/Gruntmaster/Page.pm', + ABSTRACT_FROM => 'lib/Gruntmaster/Data.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0', LICENSE => 'AGPL_3', SIGN => 1, PREREQ_PM => { - qw/ - Getopt::Long 0 + qw/Getopt::Long 0 POSIX 0 Date::Parse 0 @@ -20,9 +19,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', + } } );