From 4972988a08752c51c57edd32b6ee763091ed7426 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 31 Dec 2016 19:54:38 +0200 Subject: [PATCH] Add lastmsg to EXE_FILES --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 4e95e6a..a54031b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,6 +6,7 @@ WriteMakefile( VERSION_FROM => 'lib/App/Lastmsg.pm', ABSTRACT_FROM => 'lib/App/Lastmsg.pm', AUTHOR => 'Marius Gavrilescu ', + EXE_FILES => [ 'lastmsg' ], MIN_PERL_VERSION => '5.14.0', LICENSE => 1, PREREQ_PM => { -- 2.30.2