From: Marius Gavrilescu Date: Fri, 2 Oct 2015 19:02:28 +0000 (+0300) Subject: Add gruntmaster-opener to EXE_FILES in Makefile.PL X-Git-Tag: 5999.000_014~1 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=5da4c535fe12a78b1acf900e15a706becafded3d Add gruntmaster-opener to EXE_FILES in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index fa0fa0a..9641193 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ WriteMakefile( VERSION_FROM => 'lib/Gruntmaster/Data.pm', ABSTRACT_FROM => 'lib/Gruntmaster/Data.pm', AUTHOR => 'Marius Gavrilescu ', - EXE_FILES => [qw/gm/], + EXE_FILES => [qw/gm gruntmaster-opener/], MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', SIGN => 1,