Add EXE_FILES to Makefile.PL
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 16 May 2014 14:22:52 +0000 (17:22 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 16 May 2014 14:22:52 +0000 (17:22 +0300)
Makefile.PL

index cccd7c7b761885b8ba819a74ee72d821ed650b15..d62a979aa70117a3adf836d23fdab17cbf8fe187 100644 (file)
@@ -6,6 +6,7 @@ WriteMakefile(
        VERSION_FROM      => 'lib/Gruntmaster/Data.pm',
        ABSTRACT_FROM     => 'lib/Gruntmaster/Data.pm',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
+       EXE_FILES         => [qw/gruntmaster-problem gruntmaster-contest gruntmaster-job/],
        MIN_PERL_VERSION  => '5.14.0',
        LICENSE           => 'perl',
        SIGN              => 1,
This page took 0.010629 seconds and 4 git commands to generate.