X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=c8bd84b31250f7978349c5c369b9a293227daa44;hb=a94f84535623ae0de44b63290aa4c8b1bf3e5eaa;hp=9c22e698c95caabda44aa1a5288cc19fda3d12e2;hpb=1bbb36988a5487b17f7994a334d3f5a7e3e2ca26;p=plack-app-gruntmaster.git diff --git a/Makefile.PL b/Makefile.PL index 9c22e69..c8bd84b 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-problem/ ], + EXE_FILES => [ qw/gruntmaster-genarticle 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',