my @git_remotes = qw(github origin);
my @check_files = qw(:InstallModules :ExecFiles :TestFiles :ExtraTestFiles);
my $perl_version_target = $self->max_target_perl;
+ my $installer = $self->installer;
if ($self->no_upload) {
say '[@Author::CCM] WARNING! WARNING! WARNING! *** You are in no_upload mode!! ***';
['Manifest'],
['ManifestSkip'],
- $self->installer, # e.g. MakeMaker
+ $installer ? $self->installer : (), # e.g. MakeMaker
# RELEASE
['NextRelease' => {format => '%-9v %{yyyy-MM-dd HH:mm:ssZZZ}d%{ (TRIAL RELEASE)}T'}],