Testing the GitLab integration.

This commit is contained in:
Ramon Novoa 2016-07-18 15:59:40 +02:00
parent 8f776844ee
commit e5573e45f1
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ use 5.000;
use ExtUtils::MakeMaker;
my %ARGV = map { my @r = split /=/,$_; defined $r[1] or $r[1]=1; @r } @ARGV;
my @exe_files = qw(bin/pandora_server bin/pandora_exec);
$ARGV{WITHOUT_TENTACLE} or push @exe_files, 'bin/tentacle_server';