From 8401d7f1a9d3eb28c8ba75567a6a587ab27f8633 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 16 May 2014 17:22:52 +0300 Subject: [PATCH] Add EXE_FILES to Makefile.PL --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index cccd7c7..d62a979 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,7 @@ WriteMakefile( VERSION_FROM => 'lib/Gruntmaster/Data.pm', ABSTRACT_FROM => 'lib/Gruntmaster/Data.pm', AUTHOR => 'Marius Gavrilescu ', + EXE_FILES => [qw/gruntmaster-problem gruntmaster-contest gruntmaster-job/], MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', SIGN => 1, -- 2.30.2