X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=cc79d4f5bd40da3b359571afc3baa776cc042d1b;hb=1e683a56a8dccf4fbe9a94a9b3fc53f7fd02ad54;hp=822a1c7ee59c4518f056470ba60361ccc03e50a3;hpb=2264274695c1eb576c3c57dcce0bcc97a240a57a;p=plack-app-gruntmaster.git diff --git a/Makefile.PL b/Makefile.PL index 822a1c7..cc79d4f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Gruntmaster::Page', VERSION_FROM => 'lib/Gruntmaster/Page.pm', - EXE_FILES => [ qw/gruntmaster-genpage gruntmaster-genallpages gruntmaster-paged gruntmaster-problem/ ], + EXE_FILES => [ qw/gruntmaster-genpage gruntmaster-genallpages gruntmaster-paged gruntmaster-contest gruntmaster-problem gruntmaster-job/ ], ABSTRACT_FROM => 'lib/Gruntmaster/Page.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0',