X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=c8bd84b31250f7978349c5c369b9a293227daa44;hb=a94f84535623ae0de44b63290aa4c8b1bf3e5eaa;hp=4e2fa24219c2fc0489ce03dbde4d7d82a2f6a3ec;hpb=27eae7c3dd4e0ef13f881fe6a2a2458fb1d21346;p=plack-app-gruntmaster.git diff --git a/Makefile.PL b/Makefile.PL index 4e2fa24..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/ ], + 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',