From: Marius Gavrilescu Date: Tue, 8 Jul 2014 06:42:51 +0000 (+0300) Subject: Add edwardng to EXE_FILES X-Git-Url: http://git.ieval.ro/?p=app-edwardng.git;a=commitdiff_plain;h=ac3c4df543b1f093ddd27415fe4f72ab54ca3b95 Add edwardng to EXE_FILES --- diff --git a/Makefile.PL b/Makefile.PL index 8b028b9..3a6da45 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,6 +9,7 @@ WriteMakefile( VERSION_FROM => 'lib/App/EdwardNG.pm', ABSTRACT_FROM => 'lib/App/EdwardNG.pm', AUTHOR => 'Marius Gavrilescu ', + EXE_FILES => ['edwardng'], MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', SIGN => 1,