Revision history for Dist-Zilla-PluginBundle-Author-CCM.
+0.012 2022-04-08 15:53:36-0600
+
+ * Allow no installer
+
0.011 2022-03-31 08:24:44-0600
* Change NextRelease datetime format
"provides" : {
"Dist::Zilla::PluginBundle::Author::CCM" : {
"file" : "lib/Dist/Zilla/PluginBundle/Author/CCM.pm",
- "version" : "0.011"
+ "version" : "0.012"
},
"Pod::Weaver::PluginBundle::Author::CCM" : {
"file" : "lib/Pod/Weaver/PluginBundle/Author/CCM.pm",
- "version" : "0.011"
+ "version" : "0.012"
}
},
"release_status" : "stable",
"web" : "https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM"
}
},
- "version" : "0.011",
+ "version" : "0.012",
"x_authority" : "cpan:CCM",
"x_generated_by_perl" : "v5.34.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
provides:
Dist::Zilla::PluginBundle::Author::CCM:
file: lib/Dist/Zilla/PluginBundle/Author/CCM.pm
- version: '0.011'
+ version: '0.012'
Pod::Weaver::PluginBundle::Author::CCM:
file: lib/Pod/Weaver/PluginBundle/Author/CCM.pm
- version: '0.011'
+ version: '0.012'
recommends:
Dist::Zilla::Plugin::FakeRelease: '0'
Dist::Zilla::Plugin::Prereqs::FromCPANfile: '0'
bugtracker: https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM/issues
homepage: https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM
repository: https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM.git
-version: '0.011'
+version: '0.012'
x_authority: cpan:CCM
x_generated_by_perl: v5.34.1
x_serialization_backend: 'YAML::Tiny version 1.73'
"IPC::Open3" => 0,
"Test::More" => 0
},
- "VERSION" => "0.011",
+ "VERSION" => "0.012",
"test" => {
"TESTS" => "t/*.t"
}
VERSION
- version 0.011
+ version 0.012
SYNOPSIS
use warnings;
use strict;
-our $VERSION = '0.011'; # VERSION
+our $VERSION = '0.012'; # VERSION
use Dist::Zilla::Util;
use Moose;
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'}],
=head1 VERSION
-version 0.011
+version 0.012
=head1 SYNOPSIS
use warnings;
use strict;
-our $VERSION = '0.011'; # VERSION
+our $VERSION = '0.012'; # VERSION
use Pod::Weaver::Config::Assembler;
use namespace::autoclean;
=head1 VERSION
-version 0.011
+version 0.012
=head1 SYNOPSIS