X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=3a7901cb835174acd7dd04a0db6e0ddde4489e80;hb=83a8a7d6035372ef9d8e78fb46742f7bf2a3a1ca;hp=822a1c7ee59c4518f056470ba60361ccc03e50a3;hpb=5a505a290572152298325fee353fa7cf852141c4;p=plack-app-gruntmaster.git diff --git a/Makefile.PL b/Makefile.PL index 822a1c7..3a7901c 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-problem gruntmaster-job/ ], ABSTRACT_FROM => 'lib/Gruntmaster/Page.pm', AUTHOR => 'Marius Gavrilescu ', MIN_PERL_VERSION => '5.14.0',