From 5da4c535fe12a78b1acf900e15a706becafded3d Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 2 Oct 2015 22:02:28 +0300 Subject: [PATCH] Add gruntmaster-opener to EXE_FILES in Makefile.PL --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2