X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=cc79d4f5bd40da3b359571afc3baa776cc042d1b;hb=70aec811a40e641b8653120828e72bf47dd4ff92;hp=3a7901cb835174acd7dd04a0db6e0ddde4489e80;hpb=83a8a7d6035372ef9d8e78fb46742f7bf2a3a1ca;p=plack-app-gruntmaster.git diff --git a/Makefile.PL b/Makefile.PL index 3a7901c..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 gruntmaster-job/ ], + 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',