Add lastmsg to EXE_FILES
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 31 Dec 2016 17:54:38 +0000 (19:54 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 31 Dec 2016 17:54:38 +0000 (19:54 +0200)
Makefile.PL

index 4e95e6a68dfe0a30554ef43974c51e37066fd28c..a54031b0b06175a099e9b29735d512991aff6dc2 100644 (file)
@@ -6,6 +6,7 @@ WriteMakefile(
        VERSION_FROM      => 'lib/App/Lastmsg.pm',
        ABSTRACT_FROM     => 'lib/App/Lastmsg.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
+       EXE_FILES         => [ 'lastmsg' ],
        MIN_PERL_VERSION  => '5.14.0',
        LICENSE           => 1,
        PREREQ_PM         => {
This page took 0.009652 seconds and 4 git commands to generate.